RE: [xsl] Are nested brackets legal? Is this the same as positional grouping?

Subject: RE: [xsl] Are nested brackets legal? Is this the same as positional grouping?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 16 Aug 2006 20:55:55 +0100
Yes, nested brackets are perfectly legal, and expressions like this are
fine:

>     <xsl:apply-templates
> select="twz:rows/twz:row[twz:cell[2]/@selected-id = $car-id]" />

I can't imagine why you would think otherwise.

Michael Kay
http://www.saxonica.com/

Current Thread