[Home] [By Thread] [By Date] [Recent Entries]
Hi,
Not sure if anyone else has responded but the stylesheet below produces the following output using MSXML3 OUTPUT: hi from perl XSLT:
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:perl="urn:extra-functions"
>
<msxsl:script language="PerlScript" implements-prefix="perl">
sub test(){
return "hi from perl";
}
</msxsl:script>
<xsl:template match="/">
<xsl:value-of select="perl:test()" />
</xsl:template>
</xsl:stylesheet>rgds, Conor.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



