Re: replace() xpath expression
Peter Van der Beken <[email protected]> Thu, 06 Sep 2007 11:33:40 +0200
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Message-ID | <[email protected]> |
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