[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Fast text output from SAX?

  • To: "Michael Kay" <michael.h.kay@n...>
  • Subject: RE: Fast text output from SAX?
  • From: "Andrew Welch" <AWelch@p...>
  • Date: Tue, 13 Apr 2004 14:48:55 +0100
  • Cc: "XML DEV" <xml-dev@l...>
  • Thread-index: AcQhNHVdtrsqnLDMQw2YDWAg91kTyAADHqJgAAW7IUAAARHCkA==
  • Thread-topic: Fast text output from SAX?

sax identity transform

> > This just uses an inbuilt 'identity transform' stylesheet,
> > that roughly
> > outputs a copy of it's input.  For this to happen it needs 
> to build a
> > tree of the source, so the performance benefits of using SAX are
> > effectively lost at that point.
> 
> You're making assumptions about the implementation.
> 
> I don't know what Xalan does, but Saxon's implementation of 
> the JAXP identity transform does not build a tree 
> representation of the source document.

That's interesting.

I've often had the requirement to alter/add to the xml as it passed
through a set of SAXFilters.  I've always been under the impression that
to write out the xml at the end of the filter chain I either needed to:

A) use DM's XMLWriter or similar

or 

B) use a SAXTransformerFactory which allowed me to use setResult() to
give it a Writer.

Other than that I thought the SAX events were 'lost' by the handler,
which I've always considered odd.  For me, the handler should have the
ability to write out the xml inbuilt into it, without the need for
XMLWriter or SAXTransformerFactory.

Reading here,

http://java.sun.com/j2se/1.4.2/docs/api/javax/xml/transform/sax/SAXTrans
formerFactory.html#newTransformerHandler()

you can see how I made my assumption.  How does Saxon go from sax events
to a Result using an empty TransformerHandler()?  Is there anything like
the performance costs of building a tree for the source and performing a
transform?  

thanks
andrew

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.