xsl-list
[Top] [All Lists]

Re: [xsl] XSLT Text Processing: Fun with Anagrams

2007-04-24 00:57:07
On 4/24/07, Rashmi Rubdi <rashmi(_dot_)sub(_at_)gmail(_dot_)com> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--