xsl-list
[Top] [All Lists]

Re: XSL equivalent of SQL having

2004-09-22 10:15:38
With help from the list I have answered my own question and the answer was a 
surprise.  I can nest conditions using [] (somewhat surprising), for 
instance:

<xsl:for-each select="item[(_at_)attr='value'][item[(_at_)attr='value]]">