xsl-list
[Top] [All Lists]

Sort problem

2005-08-15 05:34:58
Hello,

i have a question about the xsl:sort function in XSLT.

I will sort a couple of data sets according to a number within this data sets.
I have the following code for this:

<xsl:sort select="pb_number" data-type="number"/>

It works fine, but my problem is that all data sets with an empty sequenze, instead of a number, stands on the beginning of the sorted list. But it should look like this:

Number
-----------
1
3
4
5
(data set with empty sequence)

Is that possible ? Any workaround for me ?

Thank you for your support.

Greets Oliver

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



<Prev in Thread] Current Thread [Next in Thread>