|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: msxml and perlscript
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








