xsl-list
[Top] [All Lists]

Re: [xsl] Problem involving position() and COnditional filtering

2006-05-30 22:27:05
The issue is solved. Thanks Jagdishwar B and Georges.

----- Original Message ----- 
From: "Jagdishwar B" <jagdishwar(_dot_)beemanati(_at_)gmail(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Tuesday, May 30, 2006 10:29 PM
Subject: Re: [xsl] Problem involving position() and COnditional filtering


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=&apos;43&apos;" whthin <xsl:for-each>, then it
will select only those "DocumentIdType"s that match the condition.
<xsl:for-each
select="/NounOutcome/DocumentIds/DocumentIdType[Id=&apos;43&apos;]">

and then there is no need to use <xsl:if > element in your xsl.

Kind Regards,
Jagdishwar B

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>