[Home] [By Thread] [By Date] [Recent Entries]
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@j...
http://www.jeremie.com/
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)
|

Cart



