|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Problem involving position() and COnditional filt
Pankaj Bishnoi wrote:
Hi
> The problem is that the position function generates value
> according to the source xml occurrences and not the actual
> occurrence in output.
If you use a predicate in the select of the xsl:for-each, instead of
an xsl:if, you'll get the same position in the node set and in the
output tree:
<xsl:for-each select="/NounOutcome/DocumentIds
/ DocumentIdType[Id = '43]">
...
</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
|






