xsl-list
[Top] [All Lists]

RE: [xsl] RE: Troubling passing parameter to xsl:sort via ASP

2007-08-02 13:45:20
 

The code below didn't work....I am getting the same error:
The value of the "order" attribute may only be "ascending" or 
"descending". 

The code is correct. Either the value in the $order parameter is wrong or
there's a bug in your XSLT processor (or there's something very strange in
the part of your code that you haven't shown us).

For debugging, show the value of $orderdirection using xsl:value-of.

Michael Kay
http://www.saxonica.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>
--~--