[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Applying template to Attributes
Subject: Applying template to Attributes
From: Guy Pirostsky <Guy@xxxxxxxx>
Date: Wed, 24 Nov 1999 17:00:37 +0200
|
Hello,
I'd like to apply template to the following element
<COMPONENT NAME="name1" VIEW="view1">
This Template doesn't works:
<xsl:template match="COMPONENT[@NAME='name1' and @VIEW='view1']" >
What syntax is valid to apply the Template?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|