Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Newbie Question on msxsl:script

From: "Anthony Jones" <Ant@------------.--->
To: NULL
Date: 11/8/2006 8:30:00 AM


"Kkaa" <onlyafly@g...> wrote in message
news:1162934546.348119.276840@i......
> The following code gives me a "Reference to undeclared namespace
> prefix: 'trig'" error.  Any help would be appreciated:
>
> in test.xslt:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
> <xsl:include href="trig.xslt"/>
> <xsl:output method="text"/>
> <xsl:value-of select="trig:cos(0.5)"/>
> </xsl:stylesheet>
>
> in trig.xslt:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>   xmlns:msxsl="urn:schemas-microsoft-com:xslt"
>   extension-element-prefixes="msxsl">
> <msxsl:script language="JavaScript" implements-prefix="trig">
> <![CDATA[
>   function cos(arg){ return Math.cos(arg);}
> ]]>
> </msxsl:script>
> </xsl:stylesheet>
>
> Thanks!
>

Both files need to declare the namespace for the alias trig. E.g.:-

xmlns:trig="urn:mycompany.com:trig"





transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent