Hello everyone,
I'm slogging through a somewhat large XML file. Say I'm looking for a particular value within the tree. I find it manually, but then to find it programmatically I need to know the path. Right now, I'm usingtidy
and vim
to pretty-print the file so that can I inspect it manually. It's getting old real fast though, 'cause the file is over 30,000 lines. So when I found the aforementioned value, it's quite a challenge to determine the full path. Ideally, I'd like a tool that'll let me do a full search on the contents of the xml file, and then display the full tree path to the root. This question has some awesome suggestions, but all of them are Windows only. Is there anything for Macs out there?