[Home] [By Thread] [By Date] [Recent Entries]
- the position of the first b? <!-- 0 means that there is no value. --> <xsl:variable name="index" as="xs:integer" select=" ( for $i in 1 to count($seq) return $seq[$i][self::b], 0 )[1]"/> - everything before the first b <xsl:sequence select="subsequence($seq, 1, $index)"/> - everything from the first b to the end <xsl:sequence select="subsequence($seq, $index)"/> Vladimir Nesterovsky http://www.nesterovsky-bros.com ----- Original Message ----- From: "Ruud Grosmann" <r.grosmann@xxxxxx> To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx> Sent: Thursday, December 18, 2008 17:28 Subject: selecting from sequences hi group,
|

Cart



