XML Resources

From Simson Garfinkel
Revision as of 21:16, 18 April 2009 by Simson (talk | contribs) (New page: XML parsers: * [http://expat.sourceforge.net/ expat] (one of the oldest; fast; doesn't validate; doesn't build a DOM). * [http://xmlsoft.org/ libxml2] (provides DOM support, which is slow...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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