Subject: RE: Using XHTML generated with W3C tidy.
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 8 Sep 2000 18:12:27 +0100
|
> ><xsl:template match="//table">
> Not so: match="table" matches at any depth. It just matches. Unless
> something else matches with a higher priority. In fact,
> "//table" could well be adding extra overhead
>
I think it's rather unlikely that any XSLT processor would treat "table" and
"//table" differently.
Except of course for the minor curiosity that they have different
priorities!
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|