XPath search in Vim
You might already have to work with huge XML files. Using regexp searches aren't really handy as you easily get lost in the XML file. I am currently working with a really enormous XML file. I have then written some small Perl and Vim script to search in XML files …