Re: [xsl] Javascript error

Subject: Re: [xsl] Javascript error
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Thu, 30 Aug 2001 10:16:50 +0100
take a look at

http://www.exslt.org/math/functions/abs/index.html

the msxsl sheet at the bottom of the page is a simple example, u would then
import this sheet into your stylesheet.

take a look here
http://www.dpawson.co.uk/xsl/sect4/N9745.html


cheers, jim fuller

----- Original Message -----
From: "Karlo" <pcaspian@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, August 30, 2001 10:09 AM
Subject: [xsl] Javascript error


> Hi, I have the following XSL sheet. I get the error "Reference to
> undeclared namespace prefix: 'ms'. " Im running it on IE 6.
>
> Essentially I am trying to make use of Javascript in my XSL file. Anyone
> know of any good examples on the net ?
> Thank you
>
> Karlo
>
>
> <?xml version="1.0"?>
>
> <!-- File Name: showpools.xsl -->
>
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
> xmlns:js="javascript:my-extensions">
>
> <msxml:script
> xmlns:msxml="urn:schemas-microsoft-com:xslt"
> language="VBScript"
> implements-prefix="ms"          ******ERROR LINE
> >
>
> Function ToMillimetres(inches)
> ToMillimetres = inches * 25.4
> End Function
>
> </msxml:script>
>
>
> </xsl:stylesheet>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread