Subject: Re: xsl namespace question
From: Steve <subsume@xxxxxxxxx>
Date: Thu, 22 Feb 2007 11:06:00 -0500
|
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.Honnen@xxxxxx> 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/
|