Subject: RE: How do Comments affect Performance?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 27 Sep 2000 12:57:16 +0100
|
>Not really important, and just out of curiosity... does this mean that
>you won't access the comments in the stylesheet though
>document("")//comment() ?
When the stylesheet is accessed as a source document (using document(""))
the same rules for whitespace and comments apply as for any other source
document. In Saxon, this means the stylesheet is re-parsed and a separate
tree is built.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|