Search Results

3
votes

How can I use awk or Perl to increment a number in a large xml file?

If you are absolutely sure that the format of your XML will never change, that the order of the attributes is fixed, that you can indeed get the regexp for the number right... then go for the non-p …
7
votes

How can I mine an XML document with awk, Perl, or Python?

I have written a tool called xml_grep2, based on XML::LibXML, the perl interface to …