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: please help: why <xsl:foreach select="node()"> not works here?


> 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

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