RE: [xsl] Keyword xsl:number may not be used here.

Subject: RE: [xsl] Keyword xsl:number may not be used here.
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 19 Feb 2001 20:41:34 -0000
> What does this mean:
>
> Keyword xsl:number may not be used here.
>
It means exactly what it says, and it also means that (like most people)
you're using MSXML3 without having written a script to display the full
diagnostics. My advice when you get an error like this is to put the
stylesheet through a different processor, e.g. Saxon or Xalan, that will
tell you a bit more about the error.

Some examples of where you cannot use xsl:number are as a top level element
or as a child of xsl:text.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread