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

Mister Lucky <[email protected]> Fri, 22 Feb 2008 11:44:30 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Organization http://groups.google.com
Message-ID <3d701b4e-c471-4ec0-88be-18a1de2c9724@p25g2000hsf.googlegroups.com>
On Feb 18, 8:22 am, Martin Honnen <[email protected]> wrote:
> Lucky wrote:
> > anyhow, in your example stylesheet, you don't need to ns the regExp:??
>
> >http://home.arcor.de/martin.honnen/mozillaBugs/xslt/test2008021601Xsl...
>
> > 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/

ns the regExp: =

as in applied the proper Namespace for your declared regExp prefix;

The sample you attached to the bug, at time of my viewing, did not
have any prefix declarations other then the xsl one.