-The XSL engine allow the user to make identity transformation as XT do:
"an experimental implementation of the identity transform. You can do
the identity transform using:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<xsl:template match="*|comment()|pi(*)">
<xsl:copy>
<xsl:process-children/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>
" said James Clark
- result-ns is now supported.
-Some bugs have been corrected.
You could download the version 0.7b3 at:
http://www.inria.fr/koala/XML/xslProcessor
You can also use the Koala XML services (and so the XSL engine) via the
Web
at:
http://koala.inria.fr:8080
--
Jeremy CALLES --- Jeremy.Calles@xxxxxxxxxxxxxxx
home page --- http://www.mygale.org/07/jcalles
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|