[xslt] exslt extension func:script
- From: Guilherme Capilé <capile rnp br>
- To: xslt gnome org
- Subject: [xslt] exslt extension func:script
- Date: Wed, 19 Jun 2002 12:44:26 -0300
Hello,
I would like to use this extension of exslt with libxslt, how can I do
it?
I am currently using a apache module mod_xslt with libxslt and libxml2
in a FreeBSD 4.5. Daniel Veillard, at the w3 xsl mailing list, already
suggested a way of doing this, building the module declaring some
headers of exslt and registering it (see below). But the exslt functions
doesn't seem to work as expected -- I must have done something wrong.
Also, I would like to link a script written in php (and other languages
different from java and js), again, how can I do it?
And for everybody envolved in the development, I congratulate you,
that's a very nice xslt processor.
Thanks,
Guilherme Capilé
________________________________
the suggestion mentioned:
> Well along with libxslt you have libexslt which is bundled with
libxslt
>sources and distributions.
>You can register EXSLT within your module with:
>
>#include <libexslt/exslt.h>
>#include <libexslt/exsltconfig.h>
>
> /* somewhere in the module init code */
> exsltRegisterAll();
>
>And don't forget to add the dependancy inb the libexslt shared lib.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]