Displaying 1 result from an estimated 1 matches for "xmlresult".
2006 Jul 24
15
XML Question
I''ve got an XML file which is pretty well structured.  I need to retrieve
specific elements from that file to fill out empty HTML elements on a page.
 
I think what I need is xPath?  Or - is that overkill?  Is there some easier
way to locate an XML element?
 
What I have in mind is pulling the XML file using Ajax, then xPath to get
the bits I need.
 
Am I on the right path and does