Re: [xslt] xslt-config and -lexslt



On Mon, Oct 29, 2001 at 03:22:47PM +0100, Heiko Rupp wrote:
> Hi,
> 
> it seems, that xslt-config --libs does not output "-lexslt"
> Is this intentional?

  Well, if your application uses "just" XSLT 1.0 without extensions
you should not need to link it. EXSLT is plugged by doing

    exsltRegisterAll();

at the beginning of the program. If this was defaulted from libxslt
then adding -lexslt in xslt-config would make sense.

  Maybe exslt-config is needed for apps relying on it.

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/



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