Re: DOM interfaces for XSLT

This sounds like it should be a request for a standard API that accepts a
DOM as input and runs XSLT on it, rather than a DOM operation that invokes
XSLT.

In the Java world, there is a suggested API for running XSLT: TrAX
(Transformation API for XML), which is now part of the JAXP (Java API for
XML Parsing) package. TrAX is supported by most of the popular Java XSLT
processors. Sounds like Ecmascript might want to adapt/adopt that
approach...?

______________________________________
Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more.
"The world changed profoundly and unpredictably the day Tim Berners Lee
got bitten by a radioactive spider." -- Rafe Culpin, in r.m.filk

Received on Monday, 6 June 2005 13:45:25 UTC