xsl-list
[Top] [All Lists]

RE: current-group () function trouble

2005-03-10 16:23:14
You need to declare the namespace

xmlns:xs="http://www.w3.org/2001/XMLSchema";

Michael Kay
http://www.saxonica.com/
 

-----Original Message-----
From: Kessler, Marcy [mailto:marcy(_dot_)kessler(_at_)hp(_dot_)com] 
Sent: 10 March 2005 19:10
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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

--~------------------------------------------------------------------
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>
--~--





--~------------------------------------------------------------------
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>
--~--