|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] finding the first element of a specific type
Hello:
Here's my code:
<xsl:variable name="printable_register1" select="//register
[@status ='direct' or @status='reserve'][1]"/>
<xsl:template match="register">
<xsl:choose>
<xsl:when test="generate-id(self::*)=generate-id($printable_register1)">
... do stuff
I want to find the first register that has either "direct" or "reserve" status so that there will be no page break printed when that and only that one is output. But it ain't working. Can anyone help me.
Cheers
Jon Steeves
-----Original Message-----
From: gutman@xxxxxxxxxxxxxxxx [mailto:gutman@xxxxxxxxxxxxxxxx]
Sent: Friday, May 23, 2003 9:16 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Axis order and variables
Hello.
> <xsl:variable name="x" select="ancestor::x"/>
> <xsl:value-of select="$x[1]/@n"/>
Thanks for the comments, friends!
Michael Kay's quote of Section 3.3
makes the situation absolutely clear.
I have sent a bug report to Microsoft.
--
Alexander E. Gutman
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








