[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
Re: XSLT with DOM or SAX ?
> If no resolver for "", wouldn't the the transformation work on an already
> parsed tree (cached in the Templates object??) for the particular
> processor?
This seems dahgerous to do.
An XSLT processor may have performed some optimizations on the stylesheet
before starting the transformation -- the result may have little resemblance
with the original xml document containing the stylesheet.
Cheers,
Dimitre Novatchev.
|