gecko-dev/modules/xml/js
dmose%mozilla.org 142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
..
test
Makefile
Makefile.in
README
jsxgraph.c
jsxparse.c
xmljs.c
xmljs.h

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.