[
Lists Home |
Date Index |
Thread Index
]
This is not the most appropriate mailing list for XSLT-related messages.
xsl-list must be addressed instead.
From your message I suspect that you have not installed Xalan (which
version?) completely/successfully and this is why the extension function
cannot be recognised.
Another possibility is that you are using another XSLT processor (e.g.
MSXML) with the wrong (Xalan) edition of FXSL.
I'd be glad to help -- please, send me details off-list.
=====
Cheers,
Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL
"Ronald Kent Gibson" <Kent.Gibson@icongmbh.de> wrote in message
B153B9FFD8A5D411A1AE0050DA7C3AD034D77D@ICON041">news:B153B9FFD8A5D411A1AE0050DA7C3AD034D77D@ICON041...
> dear All,
>
> I am trying to get the FXSL library library to work but I get an error in
> strSplit-to-Words.xsl:
>
> Error in XPATH expression, function not in namespace
>
> <xsl:variable name="vArg1" select="vendor:nodeset($arg1)"/>
>
> does anyone recognise this error?
>
> this is the style sheet declaration:
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> xmlns:msxsl="urn:schemas-microsoft-com:xslt"
> xmlns:vendor="http://xml.apache.org/xalan" >
>
> thanks
>
> kent gibson
>
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>
>
- References:
- FXSL library
- From: Ronald Kent Gibson <Kent.Gibson@icongmbh.de>
|