Jump to content

[TOOLS]Online XPATH tester tool


pahbi

Recommended Posts

I use this website as well, so I recommend it.

 

One thing I do want to point out is that all these onine generators love to use index values in their xpath:

 

xpath="/items/item[4]"

 

This points to the 4th item, regardless of what it is. If something shifts the items, then the xpath is broken. Always review these xpath and remove the index values where you can, and add in [@name=''] to make it more precise.

Link to comment
Share on other sites

  • 4 weeks later...
If your like me, and want to make mods, but are useless with xml and xpath, this online tool can help unravel xpaths.

 

https://codebeautify.org/Xpath-Tester

 

You can paste an xml file (items.xml for example) into the webpage, then experiment with different xpath expressions until you get to the value you are looking for.

 

- P

Hi,

 

i´m a bit lost with your tool.

Tried this one, and it work well for me

https://xmltoolbox.appspot.com/xpath_generator.html

Link to comment
Share on other sites

  • 10 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...