RE:

Subject: RE:
From: Mark Hayes <mark@xxxxxxxxxxx>
Date: Tue, 23 Nov 1999 19:54:57 -0800
> 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

Do you want to match when either condition is true?  If so, use 'or' not
'and'.  Also remember to change == to =.
mark


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


Current Thread
  • RE:
    • Mark Hayes - Tue, 23 Nov 1999 19:54:57 -0800 <=