|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE : RE : RE: Concatenating multiple vari
Florent Georges wrote:
> <xsl:variable name="var1" select="..." as="element()*"/>
> <xsl:for-each select="...">
> <xsl:variable name="var2" select="..." as="xs:string"/>
> <xsl:sequence select="var1[local-name() eq var2]"/>
> </xsl:for-each>
Oops, typo (variable references weren't variable references):
<xsl:variable name="var1" select="..." as="element()*"/>
<xsl:for-each select="...">
<xsl:variable name="var2" select="..." as="xs:string"/>
<xsl:sequence select="$var1[local-name() eq $var2]"/>
</xsl:for-each>
Regards,
--drkm
___________________________________________________________________________
Yahoo! Mail riinvente le mail ! Dicouvrez le nouveau Yahoo! Mail et son interface rivolutionnaire.
http://fr.mail.yahoo.com
|
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








