|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Outer Loop and Inner Loop
Sorry guys... (another looping question)
Q> I have a matched template node, within this template I loop through an
entirely different document source (if you've been following along, you'll
be familiar with xmTmplt). For each node in $xmTmplt/FLD I need to look up
an attribute in the original template match. This is where I get lost,
because I'm not sure of my current context, so not sure how to get values
from the "original" context. Here is what I've got:
<xsl:template match="rs:data/z:row">
<tr>
<xsl:for-each select="$xmTmplt/FLD">
<td>
<xsl:value-of select="@name
{{AND_MATCH_TO_OUTER_TEMPLATE_CONTEXT}}"/>
</td>
</xsl:for-each>
</tr>
</xsl:template>
I know this seems similar to recent posts, but it is different. Also, why
am I doing this? Because I just learned that ADO does not return -NULL-
values, so I end up with missing element in my ADOXML results set, therefore
I am looping through the original XML Template (which I use to dynamically
build an SQL Command...and so on...to guarantee display of all intendid
field elements).
Thanks again!
Karl
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








