[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

ANN: New release of the Koala XSL engine


Subject: ANN: New release of the Koala XSL engine
From: Jeremy CALLES <Jeremy.Calles@xxxxxxxxxxxxxxx>
Date: Tue, 20 Oct 1998 17:32:55 +0200

-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



Current Thread
Keywords