Re: {exslt}regexp:match( ) working example??

Martin Honnen <[email protected]> Mon, 18 Feb 2008 14:22:45 +0100
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Organization Liberty Development
Message-ID <[email protected]>
Lucky wrote:

> anyhow, in your example stylesheet, you don't need to ns the regExp:??
> 
> http://home.arcor.de/martin.honnen/mozillaBugs/xslt/test2008021601Xsl.xml
> 
> is that just a "hidden" feature that mistakenly will work?

What does "ns the regExp:" mean exactly? The stylesheet declares that 
prefix:

<xsl:stylesheet
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns:regExp="http://exslt.org/regular-expressions"
   version="1.0">

so that should be fine.

Also note that the patch is for a JavaScript file that comes with 
Mozilla so you can apply it if you need that feature to work now. Simply 
edit txEXSLTRegExFunctions.js as needed.

-- 

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