Difference between revisions of "XML"

From Simson Garfinkel
Jump to navigationJump to search
(New page: Notes on XML: ==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 suppo...)
 
m (1 revision)
 
(No difference)

Latest revision as of 00:11, 3 May 2009

Notes on XML:

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