xpath

  1. S

    Xpath query on an XML returns 0 results

    Hi guys ! A little something i hope you could help me with - I've converted an html to XML and now i want to get all the child nodes nested within a DIV element with a specific attribute (class="itemInfo"). Because the html that the XML is based on changes from time to time i want to use a...
  2. S

    Question XPath or any other way to solve this ...

    Hello to all ! Sorry in advance for the long post. I'm trying to get the value of a specific <div> from an html. This div has a class attribute of "itemPrice6", but problem is that this class appears few more times for other <div>s in which i'm not interested in. Best thing for me is if i am...
  3. B

    Question X path......

    Hey guys,I'm new to the forums and Have a little bit of coding experience . But I have encounted a problem ,which I was wondering if you guys could help me out with. I'm creating a program in which I need to extract the element field names and list them in a listbox Heres a example of what I'm...
  4. S

    Question All available xpath in XML document

    Hi everyone, I am using vb.net 2010 to get data from XML file, I was wondering if there is any way to find and print all available xpath of all nodes in the document. For example: XML file is like : <CATALOG> <CD> <TITLE>Empire Burlesque</TITLE> <ARTIST>Bob Dylan</ARTIST> </CD>...
Back
Top