xsl-list
[Top] [All Lists]

Re: [xsl] xsl namespace question

2007-02-22 09:03:02
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>
--~--