Posted By:
S_Justin
Posted On:
Tuesday, April 29, 2003 02:42 PM
I need to nest xsl:for-each elements (or do something similar) to compare values to see if the inner element should be printed or not. It would look something like this: < < < < < < < < < Now, in the I need to compare a value in the /loan/person element that I'm currently in to a value in every iteration through the /loan/money (for-each) so that an income element is generated where there is a match. Is this possible??? thanks. sjj
More>>
I need to nest xsl:for-each elements (or do something similar) to compare values to see if the inner element should be printed or not. It would look something like this:
<
<
<
<
<
<
<
<
<
Now, in the
I need to compare a value in the /loan/person element that I'm currently in to a value in every iteration through the /loan/money (for-each) so that an income element is generated where there is a match. Is this possible???
thanks.
sjj