Update: Xparse(JavaScript XML Parser)
Jeremie Miller
jeremie at netins.net
Thu Feb 19 06:44:13 GMT 1998
I've updated my JavaScript based XML parser at:
http://www.jeremie.com/Dev/XML/
I added lots of little support things and it now correctly supports all of
the goofy formatting things like:
<tag
name
=
"value" id =
"abc123"
>
the tags contents
</tag
>
It's basically done with the exception of full error reporting and
processing any DTD related information. I'm waiting to add DOM support
before I attempt to tackle either of those, and the DOM support is waiting
for the release of the DOM ECMAScript Core API definitions(Appendix C in the
current WD). So in the meantime I'm going to concentrate on my JavaScript
based XSL parser :)
If you're willing to wrap your XML data in a <TEXTAREA> or escape it into a
JavaScript string variable, Xparse is a slick and fast way to manipulate it
on the client end.
Comments/ideas welcome!
Jeremie Miller
jer at jeremie.com
http://www.jeremie.com/
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list