Subject: Author:Shashiraj P Shetty Date:11 Oct 2005 09:36 AM
Thanks, but it doesn't work. The problem is that it is not reading values from the <trade> element. It is going through values in the child element even though I have put in a condition to check if <trade> has a child element or not. This is how the structure looks like.
<trade>
<parent elements here>
<childelement>
<child elements here>
</childelement>
</trade>
Do you think I should use for-each <trade> element and internally use another for-each for the child elements. Right now I have declared <trade> as a template and using its child elements