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

RE: [xsl] XSL tranformation performance


Subject: RE: [xsl] XSL tranformation performance
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Fri, 9 Mar 2001 15:18:40 -0000

Christian,
You could look in the Kay on page 99. Or here you go

<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="#ss"?>
<books>
  <book>XSLT Programmers Reference</book>
</books>
<xsl:stylesheet id="ss" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
  <xsl:template match="xsl:stylesheet" />
  <xsl:template match="books">
    <xsl:value-of select="book" />
  </xsl:template>
</xsl:stylesheet>

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread