get xml nested tag path when click xml tag

pcreativedvx

New Member
I have a document with highlighted tags that I will be parsing. Rather than eye-balling to get the full path of that tag, I'm wondering if there's a program or an online tool I can use that will allow me to click a nested xml tag and get the full path of that tag?
Not sure if I'm using the right language here but....as an example: if we have \[code\]<document><movies><genres><comedy><movie>\[/code\]etc. the file has a bunch of text in between all those tags and I'd like to click the tag to get just the tag path of I'd like to do this without programming; just click the tag and get the path.Thanks!
 
Back
Top