Monday, April 7, 2008

Simple SAX

Greg Reimer has put together a very nice SAX parser in JavaScript. While it's preliminary, it certainly could add a much-improved way of dealing with XML.

There are certainly times when SAX parsing is a much better choice for parsing. I'm curious to see if someone expands on this idea, as well as makes some more thorough performance measurements of this implementation.

(via Ajaxian)

0 comments: