RE: [xml-dev] XSLT with DOM or SAX ?

From
Michael Kay <>
To
'Kurt Riede' <>,
Date
2005-03-29T08:41:10Z
Thread
RE: [xml-dev] XSLT with DOM or SAX ?
> Anyway, unfortunately there seems to be no processor-independent way.
> Wouldn't it be helpfull, if JAXP offers such feature?

The transformation API in JAXP is DOM-centric. The newer XPath API tries to
be object-model-neutral, so perhaps some of this thinking will cross over
into the transformation API in the next iteration.

Michael Kay