XML Resources

From Simson Garfinkel
Revision as of 23:59, 21 November 2009 by Simson (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

XML parsers:

  • expat (one of the oldest; fast; doesn't validate; doesn't build a DOM).
  • libxml2 (provides DOM support, which is slow and sucks memory)
  • rxp, fast, simple, and GPL'ed.

Other XML resources at xml.apache.org