Subject: RE: passing variables to a stylesheet
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 24 Sep 2001 19:14:30 +0100
|
> 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
|