This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: for-each


> <xsl:for-each select="/root/elementX/elementY">
> 
> 	name: <xsl:value-of select="name"/>
> 	value: <xsl:value-of select="value"/>
> 
> </xsl:for-each>
> 
> The XML is more complex than what I have above, but can 
> someone tell me whether this should work or not?

Yes it should work. (But surely there are easier ways of finding that out??)

Mike Kay


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]