|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: converting xsl-wd to xsl1, msxml script changes
<msxsl:script language="JScript" implements-prefix="test">
function test(value){
return value;
}
</msxsl:script>
<xsl:template match="/">
<root>
<xsl:copy-of select="test:test(/levels/level2)"/>
</root>
</xsl:template>
ran against the document:
<levels>
<level2><p>hi</p></level2>
</levels>
should return <level2><p>hi</p></level2>
Of course determining what you want to return from the input is
completely up to you
as noted earlier this is not a good idea.
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








