Re: Crazy idea: loopback namespace

Subject: Re: Crazy idea: loopback namespace
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 28 Feb 2000 17:15:51 GMT
> it seems it would be an interesting test to write an XSLT stylesheet that
> translates XSLT to TLSX.


<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                version="1.0"
                >

<xsl:template match="/">
  <xsl:value-of select="translate('XSLT','XSLT','TLSX')"/>
</xsl:template>

</xsl:stylesheet>


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


Current Thread