Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


[xsl] xsl:number

From: "Fraser Goffin" <goffinf@----------->
To:
Date: 12/2/2005 10:42:00 AM
In a stylesheet I am storing the value returned by <xsl:number> in a 
variable and then using that variable within an XPath expression, thus :-



<xsl:template match="foo">
   <xsl:variable name="instance">
       <xsl:number/>
   </xsl:variable>
   <xsl:variable name="instanceNo" select="number($instance)"/>

   <xsl:choose>

       <xsl:when test="//someXPath/Condition[$instanceNo]/ItemType/Code) = 
'some value'"/>

       ...



Is it possible to optimise the assignment to the variable instanceNo to do 
it in 1 step (rather than using 2 variables) as part of the select ?



I've tried various combinations but can't seem to find one that works and 
I'm wondering whether because <xsl:number/> is an instruction it can't be 
used in that way ??



Fraser.


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent