R
Rolf Kemper
Hi All,
I'm quite sure that somebody of you have already a solution for this:
ABC1
ABC12
ABC2
ABC21
ABC3
must be sorted like this
ABC1
ABC2
ABC3
ABC12
ABC21
the xsl:sort can't do it correctly, regardles of number or string data
type.
In priciple I would like to cut the numbers from the string and create
two sort tags. But as the split of the string is not that easy I have
no good solution.
Hope some one can help on this
Rolf
I'm quite sure that somebody of you have already a solution for this:
ABC1
ABC12
ABC2
ABC21
ABC3
must be sorted like this
ABC1
ABC2
ABC3
ABC12
ABC21
the xsl:sort can't do it correctly, regardles of number or string data
type.
In priciple I would like to cut the numbers from the string and create
two sort tags. But as the split of the string is not that easy I have
no good solution.
Hope some one can help on this
Rolf