Re: replace() xpath expression

Fraser <[email protected]> Thu, 06 Sep 2007 18:13:36 -0700
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Organization http://groups.google.com
Message-ID <[email protected]>
Ok, thanks very much.

On Sep 6, 5:33 am, Peter Van der Beken <[email protected]>
wrote:
> Fraser wrote:
> > Is the replace() xpath function supported in Firefox 2.0?
>
> No, we only support XPath 1.0, replace is from XQuery 1.0/XPath 2.0.
>
> > If not
> > anyone have insight into whether it is planned to be supported any
> > time soon.
>
> Firefox 3 will support EXSLT's replace function
> (http://www.exslt.org/str/functions/replace/index.html). There are no
> plans to backport that to Firefox 2.
>
> Peter