|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Problem involving position() and COnditional filt
the <xsl:for-each> is currently selecting all the "DocumentIdType"s, so their position seems to be the same as in the source xml. Put your condition "Id='43'" whthin <xsl:for-each>, then it will select only those "DocumentIdType"s that match the condition. <xsl:for-each select="/NounOutcome/DocumentIds/DocumentIdType[Id='43']"> and then there is no need to use <xsl:if > element in your xsl. Kind Regards, Jagdishwar B
|
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
|






