| 
 
Subject: [xsl] XSL-Beginner-Problem From: Sorin Marti <mas@xxxxxxxxxx> Date: Fri, 22 Nov 2002 11:01:45 +0100  | 
<energyconsumption year="1970"> <terajoule energy="Oil">2222</terajoule> <terajoule energy="Gaz">3333</terajoule> <terajoule energy="Coal">4444</terajoule> </energyconsumption>
<energyconsumption year="1980"> <terajoule energy="Oil">9222</terajoule> <terajoule energy="Gaz">9333</terajoule> <terajoule energy="Coal">9444</terajoule> </energyconsumption>
1970 1980 Oil 2222 9222 Gaz 3333 9333 Coal 4444 9444
<xsl:template match="/">
  <xsl:for-each select="/energyreport/energyconsumption">
     <xsl:value-of select="@year"/>
 </xsl:for-each>
</xsl:template>| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] PDF to XSL-FO, Chris Loschen | Thread | RE: [xsl] XSL-Beginner-Problem, Cams Ismael | 
| [xsl] PDF to XSL-FO, Mark Seaborne | Date | RE: [xsl] XSL-Beginner-Problem, Cams Ismael | 
| Month |