Re: [xsl] Fwd: Namespace 'http://exslt.org/strings' does not contain any functions.

Subject: Re: [xsl] Fwd: Namespace 'http://exslt.org/strings' does not contain any functions.
From: Steve <subsume@xxxxxxxxx>
Date: Mon, 26 Jun 2006 11:07:16 -0400
Thanks a lot. Following this advice worked perfectly--Except the
resulting Access Denied error.

-Steve

On 6/26/06, James Fuller <jim.fuller@xxxxxxxxxxxxxx> wrote:
Steve wrote:

> I know this list isn't for specific support but I'm wondering if there
> isn't something quite obvious I am missing. I applied the example from
> the site exactly, as far as I can tell. Haven't gotten a reply to the
> below message from the exslt list.
>
> -Steve
>
>
> ---------- Forwarded message ----------
> From: Steve <stephen@xxxxxxxxx>
> Date: Jun 23, 2006 11:44 AM
> Subject: Namespace 'http://exslt.org/strings' does not contain any
> functions.
> To: exslt@xxxxxxxxxxxxxxxxxxxxx
>
>
> msxml3.dll error '80004005'
>
> Namespace 'http://exslt.org/strings' does not contain any functions.
>
> /private/Includes/functions.asp, line 321
>
> --
>
> <?xml version='1.0' encoding="UTF-8"?>
> <xsl:stylesheet version="1.0"
>       xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>       xmlns:str="http://exslt.org/strings";
>       extension-element-prefixes="str">
>
>       <xsl:import href="../../Includes/exslt/str.xsl" />

since you are using MS processor you are correctly trying to import the
XSLT implementation...

just import the specific function stylesheet instead of the module level
import.

gl, Jim Fuller

Current Thread