RE: [xsl] current-group () function trouble

Subject: RE: [xsl] current-group () function trouble
From: "Kessler, Marcy" <marcy.kessler@xxxxxx>
Date: Fri, 11 Mar 2005 10:43:12 -0700
Michael and Jay both wrote:

You need to declare the namespace
xmlns:xs="http://www.w3.org/2001/XMLSchema";

My apologies for the stupid question.  I realized what I had failed to
do right after I sent the message to the list.  I appreciate your
patience with my learning curve.

Thanks for the assistance!
Have a great weekend,
Marcy


> -----Original Message-----
> From: Kessler, Marcy [mailto:marcy.kessler@xxxxxx]
> Sent: 10 March 2005 19:10
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: [xsl] current-group () function trouble
>
> Thanks for the suggestions.
>
> Michael -
> I think that I'm going to go with the more elegant recursive solution
> you've suggested.  It definitely strikes me as being easier to add
> levels in this way.
>
> Amongst the many errors I'm getting in trying to implement
> this, one of
> them is the following:
> XP0003:  Xpath syntax error at char 0 in {xs:integer}:
>   Undeclared namespace prefix {xs}
>
> I don't understand why I'm getting that error.  In your book it says
> that xs:integer "will work whether or not your XSLT processor is
> schema-aware, and whether or not your source documents are validated
> using an XML Schema".
>
> This XSLT is validating against a DTD.
>
> What am I missing?
>
> Thanks so very much for your help,
> Marcy

Current Thread