[xsl] select more than one value of element 'package' attribute 'name'

Subject: [xsl] select more than one value of element 'package' attribute 'name'
From: "Mikael Petterson (KI/EAB)" <mikael.petterson@xxxxxxxxxxxx>
Date: Thu, 1 Sep 2005 15:04:29 +0200
Hi,

I am matching:

 <xsl:with-param name="nodes"
select="report/data/all/package[contains(@name,'se.company.product.subsys.boa
m.mao.alarm')]/coverage[@type='block, %']/@value"/>


but I also want to select the name
'se.company.product.subsys.rbs.boam.mao.event'

I am not sure how to add it to the select expression.

By the way, is there a good free tutorial on how to build expressions?

cheers,

//mikael

Current Thread