[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: Wrapping XSL around XML tags of the same name


Subject: Re: Wrapping XSL around XML tags of the same name
From: Olivier Corby <Olivier.Corby@xxxxxxxxxxxxxxx>
Date: Thu, 05 Aug 1999 18:28:21 +0200

You can try this :

<xsl:template match="start_time">
<xsl:for-each select="time">
<xsl:value-of select="@value"/>
</xsl:for-each>
</xsl:template>



Olivier.

---
Olivier Corby, Acacia project, INRIA Sophia Antipolis
email : Olivier.Corby@xxxxxxxxxxxxxxx tel : +33 4 92 38 78 71



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread