Tools
Non-validating XML parser for Javascript
20:59, 6 Aug 2000 UTC | Edd Dumbill

Michael Houghton has released version 0.21 of XML for <SCRIPT>, his Javascript non-validating XML parser.

Houghton writes of his design objectives:

  • Speed - use as little recursion as possible
  • Speed (2) - avoid character-by-character manipulation
  • Compliance - implement as much of the 10-Feb-98 recommendation as is possible
  • Usefulness - provide DOM-like functionality

The parser is not fully compliant to XML 1.0, but implements enough of XML 1.0 to be useful in small scale/embedded situations. A demo of the parser is available online.

| See all 4 comments

Newest comments

Re: Non-validating XML parser for Javascript (Jozsef - 00:27, 17 Nov 2003)
Remember to update your site. DEMO IS DEAD!
Demo link is not working (Mario - 21:50, 19 Oct 2003)
The demo link is dead.

http://www.mariocarbonell.com
Re: Non-validating XML parser for Javascript (RE: Non-validating XML parser for Javascript - 05:08, 16 May 2003)
REXML is the best-performing XML parser for JavaScript available (outperforms MSXML for normal sized ...
dead link
  
xmlhack: developer news from the XML community

Front page | Search | Find XML jobs

Related categories
Tools
XML