[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

nested for-each to create a html table

Subject: nested for-each to create a html table
From: Santosh N <ss1722@xxxxxxxxx>
Date: Wed, 18 May 2005 18:36:38 -0700 (PDT)
html table scroll
Hi,


In the below XML file, have a nested for-each some thing like below
xsl. Can some one help me with what should be the
xsl code i should use to get the value of outer Row value from inside
the inner loop..

Thanks
Santosh

<xsl:for-each select="Results/Rows/Row">
	<xsl:for-each select="Results\Columns\Column">
		<xsl:value-of select="colName"/> //Need help here
	</xsl:for-each>
</xsl:for-each>

<?xml version="1.0" encoding="UTF-8"?><Results>
<Results>
<Columns>
  <Column indx="0">
	<colName>flowStatus</colName> 
  	<displayName>Status</displayName>
  	<dataType>text</dataType> 
  	<colSelected>Y</colSelected> 
  </Column>
  <Column indx="1">
	<colName>associatedTradeID</colName> 
	<displayName>TradeId</displayName>
	<dataType>text</dataType> 
	<colSelected>Y</colSelected> 
  </Column>
  <Column indx="2">
	<colName>event</colName> 
	<displayName>LastEvt</displayName>
	<dataType>text</dataType> 
	<colSelected>Y</colSelected> 
  </Column>
</Columns>
<Rows>
	<Row>
		<flowStatus>New</flowStatus>
		<associatedTradeID>0.12.87682</associatedTradeID>
		<event>AE Sent</event>
	</Row>
	<Row>
		<flowStatus>New</flowStatus>
		<associatedTradeID>0.12.87682</associatedTradeID>
		<event>AE Sent</event>
	</Row>
</Rows>
</Results>	

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.