[no subject]

From: Guy Pirostsky <Guy@xxxxxxxx>
Date: Wed, 24 Nov 1999 02:23:22 +0200
I'd like to apply template to the following element

<COMPONENT NAME="name1" VIEW="view1">

in xsl file I have:
--------------------------------
<xsl:template match="COMPONENT[@VIEW='view1']" >
-------------
this founds the element
--------------------------------
<xsl:template match="COMPONENT[@NAME=='name1']" >
--------------------------------
works too

but what if I want ask both
--------------------------------
<xsl:template match="COMPONENT[@NAME=='name1' and @VIEW='view1']" >
--------------------------------
this doesn't works - can't find the element


Thanks in advance


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • [no subject]
    • Guy Pirostsky - Wed, 24 Nov 1999 02:23:22 +0200 <=