Re: what about a working example as part of the hwoto
James Fuller <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Organization | Webcomposite |
| Message-ID | <[email protected]> |
Stefan Kost wrote:
>hi,
>
>the site looks like there as if there are lots of useful functions.
>Still the how-to lack a full example. E.g. I tried to use the str:split
>function from the str package and all I get is error messages:
>
>$ xsltproc devhelp.xsl devhelp.xml
>xmlXPathCompOpEval: function split not found
>
>
seems clear to me the above error message ?
the split function is not accessible to your stylesheet.
xmlns:str="http://exstl.org/strings"
the problem is due to not having the correct namespace URI....can u find
what is wrong in the above declaration?
I agree that more documentation always the better, but not sure any
documentation makes me type more accurately!
hth, Jim Fuller