xsl-list
[Top] [All Lists]

Re: XSL equivalent of SQL having

2004-09-22 10:06:19
On Wed, 22 Sep 2004 13:00:28 -0400, Francesco Barresi wrote

Yes, just use the XPath expresion: 

...

/one/two[child::three]

Thanks.  There has been a complication.  I want to retrieve all <two> 
elements that have <three> children that meet a criteria.  Is it possible to 
nest the [], do I use a different character or is this not possible?

/one/two[child::three[(_at_)atribute='value']]