Copyright (c) 2004-2005 Guido Wesdorp. All rights reserved. Email johnny@debris.demon.nl See also LICENSE.txt ========== MiniSAX.js ========== A very simple SAX (Simple API for XML) library written in JavaScript. It parses a piece of XML and generates events, a handler can be written to act upon those events. This is a speedy and light-weight way of handling XML, that doesn't use as much memory as DOM does. Installation ------------ Just place the package somewhere and add a