[xsl] match taste

Subject: [xsl] match taste
From: "Andrew Welch" <awelch@xxxxxxxxxxxxxxx>
Date: Tue, 19 Nov 2002 14:07:24 -0000
Ive just been writing a lot of matches of the form:

  <xsl:template match="node1//node2">

and started to think about if I should be writing

  <xsl:template match="node2[ancestor::node1]">

Im not sure which one is more readable, probably the former, but is
there any more technical reason for choosing one over the other?

cheers
andrew




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread