Hello,
Question: From within a xsl:for-each statement can I use an xsl:if statement to compare a node value from w/in the for-each branch to a node outside the for-each
Example:
<data>
<app>
<record/>
</app>
<tenant>
<handle/>
</tenant>
<data>
Can I have a for-each "data/app" and inside of that obtain the value of a node inside the data/tenant path?
Thanks,
Patrick
Question: From within a xsl:for-each statement can I use an xsl:if statement to compare a node value from w/in the for-each branch to a node outside the for-each
Example:
<data>
<app>
<record/>
</app>
<tenant>
<handle/>
</tenant>
<data>
Can I have a for-each "data/app" and inside of that obtain the value of a node inside the data/tenant path?
Thanks,
Patrick