RE: [xml-dev] Fast text output from SAX?

From
Michael Kay <>
To
'Andrew Welch' <>
Date
2004-04-14T08:07:24Z
ID
<20040414080635.BVFU3246.mta02-svc.ntlworld.com@Turtle>
Thread
RE: [xml-dev] Fast text output from SAX?
> 
> My assumption was that a call to newTransformerHandler() with no
> arguments (ie no stylesheet) would return a TransformerHandler created
> from the identity stylesheet.

That's the effect semantically, but a JAXP implementation is clearly allowed
to optimize the process.

Michael Kay