[xsl] Questions regarding match

Subject: [xsl] Questions regarding match
From: <m.core@xxxxxxxxxxxxxxxx>
Date: Fri, 1 Sep 2006 14:17:53 +0200
Hi all,

is there a way to match various arguments in the same template?

i've tried:

<xsl:template match="fields[descendant::field[contains(@id,'Metadata') and  contains(@id,'.subject.')]]" >...</xsl:template>

but it appears to match only one argument i need to match each of the arguments (they are both in nodes named field with parent named fields) 

or another solution if possible is matching an argument inside a template that match another argument.

Thx a lot for replies

Current Thread