Introduction
The Expat module ports the expat XML parser to JavaScript. expat is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags).
In JavaScript these handlers are defined by setting properties on the XMLParser .


© 2002 - 2007 Franky Braem.