|
Subject: [xsl] Beginner-Problem From: Sorin Marti <mas@xxxxxxxxxx> Date: Fri, 22 Nov 2002 11:32:43 +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 -> |
|---|---|---|
| [xsl] PDF to XSL-FO, Mark Seaborne | Thread | Re: [xsl] Beginner-Problem, Vasu Chakkera |
| RE: [xsl] XSL-Beginner-Problem, Cams Ismael | Date | Re: [xsl] Interesting issue, Mike Brown |
| Month |