Re: [xsl] Select each child node

Subject: Re: [xsl] Select each child node
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 2 May 2001 09:21:25 +0100
> Of course - simply use <xsl:for-each select="child::node()">

or simpler,  <xsl:for-each select="*"> unless you particularly want to
pick up text nodes, comments etc as well.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Scanning Service. For further information visit http://www.star.net.uk/stats.asp

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


Current Thread