[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Can you use DOM and SAX?


Subject: [xsl] Can you use DOM and SAX?
From: "Hewko, Doug" <Doug.Hewko@xxxxxxxxxxxxxxx>
Date: Tue, 2 Oct 2001 09:37:56 -0400

Has anyone combined DOM and SAX processing? Just a wild thought, but I am
wondering if it would beneficial to place the some processing on the server
(SAX ) and then pass the transformed XML to the browser for DOM processing.
The thought is that this could lighten the processing requirements on the
server. 

An example as to why you might want to do this would be to use SAX to
extract the necessary nodes from a very large XML file and create a smaller
XML file for the final transformation. Or else, you can use DOM processing
to encrypt your XML file to be transmitted via the Internet and SAX to
process it.

Just a thought....

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords
xml