-
Recent Posts
Archives
- March 2013 (1)
- February 2013 (1)
- November 2012 (1)
- October 2012 (1)
- September 2012 (2)
- August 2012 (3)
- July 2012 (7)
- June 2012 (2)
- May 2012 (5)
- April 2012 (4)
- March 2012 (2)
- February 2012 (5)
- January 2012 (5)
- December 2011 (5)
- November 2011 (2)
- October 2011 (6)
- September 2011 (9)
- August 2011 (3)
- July 2011 (2)
- June 2011 (2)
- May 2011 (11)
- April 2011 (9)
- March 2011 (7)
- February 2011 (4)
- January 2011 (1)
Categories (non-disjoint!)
- Games (11)
- Hardware (11)
- Programming (89)
- Higher-level C (5)
- Project 6014 (5)
- Simulation (6)
- Rants (13)
- Reflections (8)
- Reviews (1)
- Science (20)
- Math (8)
- Uncategorized (1)
Tag Archives: xml
Output XPaths for XML grep
A small improvement to the xmlgrep.py program. It now has an option for specifying output XPaths separately from the search XPath.
XML in the database
At work we often need to analyse large sets of XML files. We have a standard XML format that is used for a lot of the data interchange. Each message describes the state of a complex data object at a … Continue reading
XML viewing and diffing
Another simple XML tool, and a neat recursive diffing algorithm. (Part of my growing toolkit of XML tools.)
XML grep
Do you occasionally have to search for particular needles in a haystack of XML files? Here’s a little script that might help.