RE: [xsl] for-each does not iterate

Subject: RE: [xsl] for-each does not iterate
From: "Robert Soesemann" <rsoesemann@xxxxxxxxxxx>
Date: Thu, 9 Dec 2004 18:38:51 +0100
Oops. ;-) Thanks a lot. Sometimes its so easy!

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Donnerstag, 9. Dezember 2004 18:36
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] for-each does not iterate



<xsl:foreach select=".//a">
       ^


that's a syntax error so you shold get no output.
It's best to cut things down to that kind of size, but still keep it a
runanable stylesheet (so no ...) then people can run it and comment on
the results.

Apart from this the problem could easily be in some other part of the
stylesheet you haven't shwn (higher priority templates being the usual
culprit)


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. For more information on a proactive anti-virus
service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread