gecko-dev/modules/xml/js
cls%seawood.org ed2a7f5f65 Sync'd various Makefile.ins to their Makefile counterparts.
Removed nspr & nspr20 from REQUIRES.  Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
1998-10-21 02:13:56 +00:00
..
test Sync'd various Makefile.ins to their Makefile counterparts. 1998-10-21 02:13:56 +00:00
Makefile added XMLGraph and XMLParser JS/XML glue 1998-08-01 19:08:05 +00:00
Makefile.in AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
README added XMLGraph and XMLParser JS/XML glue 1998-08-01 19:08:05 +00:00
jsxgraph.c forgot to add NPL (bad Mike\!) 1998-08-01 23:56:38 +00:00
jsxparse.c forgot to add NPL (bad Mike\!) 1998-08-01 23:56:38 +00:00
xmljs.c forgot to add NPL (bad Mike\!) 1998-08-01 23:56:38 +00:00
xmljs.h forgot to add NPL (bad Mike\!) 1998-08-01 23:56:38 +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.