[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] document function in xslt
does the use of this document function lower the speed of my application?
i.e. if i have:
<><><><><><><><><><><><><><><><>
<xsl:variable name="config-top" select="document( 'names.xml' )/config"/>
<><><><><><><><><><><><><><><><>
does it act as a variable where by onces set it doesn't depend on the
availability of
names.xml document any more?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|