Subject: Re: XSLT Text Processing: Fun with Anagrams
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Tue, 24 Apr 2007 13:26:45 +0530
|
On 4/24/07, Rashmi Rubdi <rashmi.sub@xxxxxxxxx> wrote:
I get errors similar to the following:
Error at xsl:function on line 673 of
file:/C:/dev/fxsl-xslt2/fxsl-xslt2/f/func-XpathConstructors.xsl:
XPST0003: SequenceType syntax error at char 0 in {xdt:dayTimeDuration?}:
There is no imported schema for namespace
http://www.w3.org/2005/02/xpath-datatypes
The xdt namespace was deprecated by XSL WG long time back. Everything
in xdt namespace is now available in xs namespace
(http://www.w3.org/2001/XMLSchema). That is why XSLT processor is
giving the error.
It seems Dimitre hasn't updated his code to reflect this. I think
Dimitre will be the right person to explain this.
--
Regards,
Mukul Gandhi
|