× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



SAX is a sequential method of producing XML that doesn't require storing the
whole document in memory.  Roughly speaking you give the XML writer a series
of events like "document starting", "Foo element starting", "Characters
BAR", "Foo element ending", "document ending", and the writer outputs the
equivalent well-formed XML.  (This would fit very well with the RPG
processing cycle if your XML structure was more than one level deep.)

Regards
PC2

-----Original Message-----
From: Ben Akiba [mailto:asfour00@yahoo.com]
Sent: January 23, 2002 08:53
To: java400-l@midrange.com
Subject: RE: Creating XML document


Paul, thanks a lot. This was very informative. Could
you just throw a few more words on third option: SAX
input to XML writer. Is that what JAXP is
"suggesting"? Doesn't it involve DOM again?


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.