Page is a not externally linkable
swa66 - 7:54 am on Jan 20, 2009 (gmt 0)
Most XML can be parsed in e.g. php, perl, ... without using XML libraries at all.
A regexp or two to extract the data you need one entry at a time works typically better and faster than trying to parse it properly with the use of libraries.
Basically you can almost treat XML as if it were CSV.