xsl-list
[Top] [All Lists]

[xsl] Questions regarding match

2006-09-01 05:18:11
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

 


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>