Re: [xslt] introduction, xvl.



On Fri, Jun 22, 2001 at 08:02:52AM +0100, Fabrice DESRE - FT.BD/FTRD/DMI/GRI wrote:
> - basic caching ?

  especially of Stylesheets and Dtd, depends what you process but for
docbook it represents easilly one third or the processing time.

>  It was VERY easy to use libxslt for that. The only missing part of the
> API
> was xstlSaveResultToMem() that has already been talked about and was not
> hard to
> write. The best thing would be to have libxslt stream it's output,
> calling
> a sax event handler or filling an output buffer.

  Well that's an API I'm considering to add but it's not simple. For
example outputting text with escaping disabled would require an extra
entry point from a 'normal' SAX handler. Ideally like for libxml DOM,
the DOM built by libxslt should be generated through such an API to allow
easy processing. That's something I will do but it's not #1 on my list
either :-)

Daniel

-- 
Daniel Veillard      | Red Hat Network http://redhat.com/products/network/
veillard@redhat.com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
Sep 17-18 2001 Brussels Red Hat TechWorld http://www.redhat-techworld.com




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