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: passing variables to a stylesheet


> I want to match all tags that have an attribute called
> 'surpress' whose value is
> not 'short'.  So the following seems correct to me:
> <xsl:template match="sub[@surpress != 'short']">

Yes, it seems correct to me too. This should match all <sub> elements that
have an attribute called @surpress whose value is something other than
"short".

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]