[Home] [By Thread] [By Date] [Recent Entries]
> Subject: please help: why <xsl:foreach select="node()"> not > works here? Probably because you're selecting the whitespace text nodes between the elements as well as the elements themselves. Try select="*" instead; this only selects element children. Mike K XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



