Re: [xsl] xsl namespace question

Subject: Re: [xsl] xsl namespace question
From: "James Fuller" <james.fuller.2007@xxxxxxxxx>
Date: Thu, 22 Feb 2007 14:53:17 +0100
do not import top level package.

just import the specific XSLT that you want to use....

gl, Jim Fuller

On 2/21/07, Steve <subsume@xxxxxxxxx> wrote:
I am attempting to use EXSLT's str:tokenize('foo', ''), in that format.

At the top of my document I have:

<xsl:stylesheet version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
        xmlns:str="../../Includes/exslt/str.xsl">

I replaced it with the suggestion on the site
(xmlns:str="http://exslt.org/strings";) because I get an error about no
functions being at that location. However, I'm getting the same error.

Although there are no actual functions in that file, it of course
imports several files full of functions. Including the individual page
yielded no results, as well.

Is there something obvious I'm missing? I admittedly have no clear
grasp on namespaces, but reading hasn't yielded anything. Sometimes it
seems its a location, at other times it seems to point to some other
declaration.

-Steve

Current Thread
  • [xsl] xsl namespace question
    • Steve - Wed, 21 Feb 2007 15:09:58 -0500
      • James Fuller - Thu, 22 Feb 2007 14:53:17 +0100 <=
      • <Possible follow-ups>
      • cknell - Wed, 21 Feb 2007 15:36:34 -0500
        • Steve - Thu, 22 Feb 2007 10:40:50 -0500