|
|
On Jul 21, 4:09 pm, Martin Honnen <mahotr...@xxxxxxxx> wrote:
> Naresh Agarwal wrote:
> > Hi
>
> > I have been using DOM parser to create XML documents. I want to use an
> > alternate mechanism to create XML document as size of my XML document
> > is large and I don;t want the overhead of DOM (where entire tree in
> > constructed in memory).
>
> > Like SAX APIs for parsing XML documents, Is there any thing like SAX
> > parser/APIs for creating XML documents?
>
> Java 6 has
> XMLStreamWriterhttp://www.java2s.com/Tutorial/Java/0440__XML/UsingXMLStreamWritertoc...
>
> --
>
> Martin Honnen
> JavaScript.FAQTs.com/">http://JavaScript.FAQTs.com/
Thanks. Is there any thing available for this with Java 1.5, any open
source app?
Best
Naresh
|
|