[Home] [By Thread] [By Date] [Recent Entries]
On 8/31/06, David Carlisle <davidc@xxxxxxxxx> wrote:
In which case *[string-to-codepoints(.)[1] > 591] would be nicer, wouldn't it? It might be more efficient to substring out the first character, rather that select the first from the resulting sequence... If you really want to use the range 31 to 591 you could do this: <xsl:variable name="range" select="31 to 591" as="xs:integer+"/> and then *[string-to-codepoints(.)[1] != $range] cheers andrew
|

Cart



