Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


[xsl] Xpath - Selecting node that matches a min() condition within two attributes

From: <michella@------->
To:
Date: 5/3/2005 9:01:00 AM
Hello,

I'm trying to select the right node from a nodeset that might match the
following condition :

Select node, such as (@X1 - @Size) is the smallest.

Here a sample XML :

<Nodeset>
	<Node number="1" X1="600" size="300"/>
	<Node number="2" X1="500" size="300"/>
	<Node number="3" X1="400" size="220"/>
	<Node number="4" X1="300" size="299"/>
	<Node number="5" X1="200" size="20"/>
</Nodeset>

Here, it should select node @number = 4

Here the XSL code I used, but seems not to be correct :

<xsl:variable name="minX_ID" select="Nodeset/Node[min(@X1 -
@Size)]/@number"/>

Thanks for your help

Lawrence


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