XML parser and writer that works on JSDK 1.1.8

"Joel Rowley" <hjoelr-/[email protected]> Thu, 17 Jun 2004 19:21:37 -0400
Newsgroups gmane.comp.hardware.microcontrollers.tini
Message-ID <[email protected]>
Hey List,

I was sort of unclear of what I was looking for in my previous email.  Thank
you all for responding.  I checked out MinML and NanoXML, but MinML is only
a parser, and NanoXML won't work (for writing) on JSDK 1.1.8 even after I
fix all of the obvious errors (such as changing Vecter.clear() to
Vecter.removeAllElements()).  The problem with NanoXML writer is that it
using the class URL for opening files.  I guess doing something like:

URL url = new URL("file:.");

wasn't acceptable in JSDK 1.1.8 because that is throwing an exception.  With
that not working, I'd have to change a lot to get it working.  I'd rather
just find something that works right off the start.

So, if any of you know of a good XML parser as well as writer, I'd really
appreciate it if you pointed me to them!  Or, if someone has edited NanoXML
to work with JSDK 1.1.8, that'd almost be better because I have already
started implementing it in my code.

Thanks!
Joel Rowley

_______________________________________________
TINI mailing list
TINI-6tN4nzCoH/[email protected]
To UNSUBSCRIBE, edit your profile, or see list archives:
http://lists.dalsemi.com/mailman/listinfo/tini