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: Don't understand it, ...


>     <xsl:when test="self::name = 'ELEMENTA'" />

This means "when the current element is named "name" and has a string-value
equal to "ELEMENTA".

I think you want <xsl:when test="self::ELEMENTA" />

Mike Kay
 




 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]