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

Subject: RE: [xsl] current-group () function trouble
From: "Kessler, Marcy" <marcy.kessler@xxxxxx>
Date: Thu, 10 Mar 2005 12:10:10 -0700
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