[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] Problem with iterating through a sequence of integers
Subject: RE: [xsl] Problem with iterating through a sequence of integers
From: "Costello, Roger L." <costello@xxxxxxxxx>
Date: Mon, 28 Apr 2008 17:11:21 -0400
|
> <xsl:when test=". instance of node()">
> <xsl:apply-templates select="(.,doc('grrr'))[1]" />
> </xsl:when>
That works!
Very clever.
Thanks David and Andrew.
/Roger
|