Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - Re: [xsl] Questions regarding match >Thread Next - Re: [xsl] Questions regarding match RE: [xsl] Questions regarding matchTo: Date: 9/1/2006 12:37:00 PM > fields[field[contains(@id,'Metadata')] and field[contains(@id,'.subject.')]] Or if you're one of those people with an aversion to nested square brackets, you can write this as fields[contains(field/@id, 'Metadata') and contains(field/@id, 'subject.')] I wonder also if you're using contains() where you really want to test for "=" - it's a common mistake. Michael Kay http://www.saxonica.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
