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

Re: xsl:variable inside xsl:for-each

Subject: Re: xsl:variable inside xsl:for-each
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 11 Apr 2006 10:47:30 +0100
xslt for each variable index
> I have an input xml file:
It's helpful if you post small but _complete_ input (that example is
missing a top level element) then people can test their answers.

> <td>Z</td>
> <td>7</td>

Do you mean 
<td>Z</td>
<td>0.1</td>
here (otherwise I have no idea where the 7 comes from).


Your requested output appears to just depend on the ec elements and not
at all on your t element, something like

<table>
<xsl:for-each select="ec">
  <tr>
   <td><xsl:value-of select="@X"/></td>
   <td><xsl:value-of select="@value"/></td>
  </tr>
</xsl:for-each>
</table>

It's not clear why you need any variables at all?

David



________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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.