Hi,

I have a DOM to SAX, but not a SAX to DOM. Should not be too hard to make something using AbstractDOMParser. Would have to take a bit more of a look to be sure though.

Gareth

Dan White wrote:

Bump.

Anyone have a clue on this ?

On Sep 26, 2004, at 1:09 AM, Dan White wrote:

Is there a reasonably simple way to build a DOM Tree with SAX events ?

I am working on a client-server that communicates by XML over a socket. Some of the other developers are having trouble pulling a complete XML statement off of the data stream.

I implemented a DOM Parser with a very large input buffer and have had no problems (Yet)

It was suggested that a SAX Parser would not have size limitations or the problem of finding the end of the statement, but I have already written a lot of code to process a DOM tree and would like to be able to create one from the SAX Parser.

Thanks in advance.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Gareth Reakes, Managing Director      Parthenon Computing
+44-1865-811184                  http://www.parthcomp.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to