[
Lists Home |
Date Index |
Thread Index
]
> 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.
Michael Kay
|