01-23-06 07:53 AM
Hi Jayendra,
Yes it is possible.
Let me give you an example :
<Node>
<Element>
Value 1
<Element>
</Node>
<Node>
<Element>
Value 2
<Element>
</Node>
<Node>
<Element>
Value 3
<Element>
</Node>
In the INDEX functoid you can specify about which repetition you want to
read. If you want to read only 2nd repetition of <Element> then it is very
much possible. You need to give proper parameter value for this. Value for
the parameter depends on the structure of the input file.
By default index functoid will read data from the first repetition only.
Regards,
Jay Kinker
--------------------------------------------------------
"Jayendra" wrote:
> Hi,
>
> Is that possible to apply condition to index functionoid ?
> i.e suppose to get only the fist occurance of particular element value
>
> Thanks in advance,
>
> -Jay
>
>
[ Post a follow-up to this message ]
|