Re: Removal of libxslt from Chrome
Daniel Veillard <[email protected]> Thu, 17 Oct 2013 13:25:35 -0400
| Newsgroups | gmane.comp.gnome.lib.xslt |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Oct 07, 2013 at 11:23:03AM +0200, Carsten Leue wrote: > I have recently learned that Chrome plans to remove client side XSLT > support ( > https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/k8aIeI6BCG0). > One of the mentioned reasons is the size of the payload of the libxslt > library (and libxml as a prereq) that is currently used to implement this > function. > I wonder if there is a way to execute a transform with smaller prereqs, > e.g. by using a SAX interface to represent sources and result. Such that a > client could decide to use an alternate xml implementation. thinkpad:~ -> size -t XSLT/libxslt/.libs/libxslt.a text data bss dec hex filename .... 262666 371 1162 264199 40807 (TOTALS) thinkpad:~ -> I think it's more about reducing complexity in the core browser than really about stripping bytes... Daniel -- Daniel Veillard | Open Source and Standards, Red Hat [email protected] | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | virtualization library http://libvirt.org/