Difference between revisions of "XML Resources"

From Simson Garfinkel
Jump to navigationJump to search
m (1 revision)
m
 
Line 4: Line 4:
* [http://www.cogsci.ed.ac.uk/~richard/rxp.html rxp], fast, simple, and GPL'ed.
* [http://www.cogsci.ed.ac.uk/~richard/rxp.html rxp], fast, simple, and GPL'ed.
Other XML resources at [http://xml.apache.org/ xml.apache.org]
Other XML resources at [http://xml.apache.org/ xml.apache.org]
[[Category:Resources]]

Latest revision as of 23:59, 21 November 2009

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