>
> 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?
>
In Saxon they will compile to essentially the same code, if that's any
help.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- match taste
- Andrew Welch - Tue, 19 Nov 2002 09:02:45 -0500 (EST)
- Michael Kay - Tue, 19 Nov 2002 18:00:42 -0500 (EST) <=
- <Possible follow-ups>
- Zink, Juergen - Wed, 20 Nov 2002 02:44:04 -0500 (EST)
|
|