Re: [xsl] XSL equivalent of SQL having

Subject: Re: [xsl] XSL equivalent of SQL having
From: "john-xsl-list" <john-xsl-list@xxxxxxxx>
Date: Wed, 22 Sep 2004 13:15:38 -0400
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[@attr='value'][item[@attr='value]]">

Current Thread