Re: [xslt] what's in xsltStylesheet?



Does libxslt import/include stylesheets at
xsltParseStylesheetDoc-time()? I'm wondering how valuable it is to
cache these objects

the import include are done when the stylesheet is compiled, not at transform time. A compiled stylesheet is read-only at transform time.

Excellent, good for caching. Thanks Daniel!



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]