[xsl] EXSLT/msxsl troubles...

Subject: [xsl] EXSLT/msxsl troubles...
From: "Corey Wilson" <corey@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 18 Jun 2003 09:18:26 -0400
I am having the hardest time using an exslt imported function with msxsl.  I
have downloaded the msxsl implementation but still can not seem to get it to
work... I have:

<xsl:stylesheet version="1.1"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
   xmlns:date="http://exslt.org/dates-and-times";
   xmlns:func="http://exslt.org/functions";
   extension-element-prefixes="date func">

<func:script implements-prefix="date" language="exslt:msxsl"
src="date.msxsl.xsl" />

...

     <xsl:call-template name="date:difference">
        <xsl:with-param name="start" select='01-14-81' />
        <xsl:with-param name="end" select='01-14-03' />
     </xsl:call-template>

This is giving my the error:
Named template '{http://exslt.org/dates-and-times}difference' does not exist
in the stylesheet.

Is this something I am not doing correctly or is msxsl not compatible with
exslt?






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


Current Thread