Re: [xslt] Caching xsl:include files



On Tue, May 07, 2002 at 11:23:39AM -0700, Satya Vempati wrote:
> Is there a way in libxslt to cache xsl:include files and have the include

  No, you can cache the fully parsed stylesheets only

> process obtain the xsl:include information from a memory string instead of a
> disk file?

  xsl:include use an URI-Reference the way it is resolved depends
on a lot of things, this processing it done at the libxml2 level
you may be able to cache thing by designing your own resolver.

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard@redhat.com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



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