pjs/modules/xml/js
gerv%gerv.net 2a491d3598 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 21:07:34 +00:00
..
test Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 21:07:34 +00:00
Makefile Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 21:07:34 +00:00
Makefile.in Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 21:07:34 +00:00
README
jsxgraph.c Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 21:07:34 +00:00
jsxparse.c Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 21:07:34 +00:00
xmljs.c Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 21:07:34 +00:00
xmljs.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 21:07:34 +00:00

README

Some primitive JS/XML glue.  Contact shaver@netscape.com.

XMLParser: a thin wrapper around the parser APIs of James Clark's `expat'
           XML parser.

XMLGraph: JSClass that generates a simple JS object graph from XML.  This is
          NOT W3C Level 1 DOM compliant by any stretch of even my vivid
          imagination.

These objects may never show up in Mozilla, of course.