comp.text.xml
[Top] [All Lists]

SAX Parser for creating (not parsing) XML document

Subject: SAX Parser for creating (not parsing) XML document
From: Naresh Agarwal
Date: Sun, 20 Jul 2008 23:52:13 -0700 PDT
Newsgroups: comp.text.xml

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?

Is there any other standard mechanism of creating XML document,
without requiring the entire tree structure to be constructed in
memory?

Thanks,
Naresh

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy