xsl-list
[Top] [All Lists]

Re: [xsl] xsl namespace question

2007-02-22 09:06:30
Wow.

So can you explain _why_ that works? =) What's it about that URL that
blesses the functions in my import to work?

Thanks,

Steve

On 2/22/07, Martin Honnen <Martin(_dot_)Honnen(_at_)gmx(_dot_)de> wrote:
Steve wrote:

> <xsl:stylesheet version='1.0'
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>     xmlns:msxsl="urn:schemas-microsoft-com:xslt"
>     
xmlns:str="../../Includes/exslt/functions/tokenize/str.tokenize.msxsl.xsl">

The namespace should be
   xmlns:str="http://exslt.org/strings";



--

        Martin Honnen
        http://JavaScript.FAQTs.com/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--