[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: please help: why not works here ?
Subject: RE: please help: why <xsl:foreach select="node()"> not works here ?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 25 May 2000 09:49:00 +0100
|
> 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
|