DOM only? Clarification

wxdqz

New Member
Russell, thanks for the response.So I gather that the only way to implement XSLT in the Microsoft XML parseris through the DOM. Is this correct?I guess I needed to be clearer in my question. From within SAX, without usingthe DOM, is there a method for implementing an transformation in the SAXAPI? I know that there are ways to "end-run" the process - but I'm lookingmore for clarification than to solve a processing problem."Russell Jones" <[email protected]> wrote:>Not exactly, but you can roll your own. SAX parses a document in a>forward-only way and exposes events as it discovers nodes and content. By>storing the elements you need, you can build a document subset XML string>which you can then use to populate a DOMDocument. You can pass that>DOMDocument to an XSLT template to perform a transform.>>Russell Jones>Sr. Web Development Editor>DevX.com>>"Hal" <[email protected]> wrote in message>news:[email protected]...>>>> Is there a way to apply XSLT stylesheets with SAX in MSXML3?>>>>>>
 
Back
Top