[xml] maybe_offtopic: help with using exslt functions



hi,

I try to use some nonstandartized exslt functions (see
http://www.exslt.org/str/index.html -> str.zip)

When running the attached samples I get
$ xsltproc devhelp.xsl devhelp.xml
xmlXPathCompOpEval: function split not found
XPath error : Unregistered function
xmlXPathCompiledEval: 1 object left on the stack
<?xml version="1.0"?>
<test xmlns="http://www.devhelp.net/book"/>

when rerunning it with -v I et a long log (see attached xsltproc.log).
It seems to load the function definitions, but then seems to have
difficultied to call them from the xsl file. It looks like its trying to
load them from shared-object a multiple times.
Any insights whats going on here?

Stefan

Attachment: devhelp.xml
Description: Text Data

Attachment: devhelp.xsl
Description: Text Data

Attachment: xsltproc.log
Description: Text Data



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