[Home] [By Thread] [By Date] [Recent Entries]
Abel Braaksma wrote:
also note that my first line contains an error and that its meaning is slightly different from the one posted by Michael, namely allowing for leading whitespace, here's the fixed version: <xsl:sort select="matches(., '^\s*seite', 'i')" order="descending" /> then, to finalize this little analysis: my middle line allows for all non-correct items to be put at the end in document order, even if they do contain a number, which could be rewritten (matter of taste) like this: <xsl:sort select="matches(., '^\d+$')" order="descending" /> -- Abel
|

Cart



