This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]