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: variable declaration


>
> I am trying to build an exercice for my students.

In that case you should definitely not be using an obsolete dialect such as
WD-xsl.

> my idea is to create a variable:
> <xsl:variable name="niv" select="time_table/enseignement@niveau" />
> and do an xsl:for-each on this variable, but I cannot create
> it with xmlns:xsl="http://www.w3.org/TR/WD-xsl";
> and with xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; I cannot
> use xsl:for-each, it has no effect.
>
If xsl:for-each in XSLT has no effect, then you are using it wrongly; apart
from that, all is guesswork.

Mike Kay
Software AG


 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]