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