|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: OpenXML/XSL:P some problem
Try to insert it in a xsl:comment section and write the javascript code in a
xml file(xml javascript library)...
ex.(very simple):
---> XML
<script>
<![CDATA[
var intLength = 0;
function fcnResetLength()
{
intLength = 0;
return;
}
]]>
</script>
---> XSL
<xsl:template match="script">
<script language="javascript">
<xsl:comment>
<xsl:value-of select="."/>
<xsl:comment>
</script>
</xsl:template>
_____________________
Frédérick Chapleau
fchapleau@xxxxxxxxxxxxxxxxx
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








