From: Dannes W. <di...@ex...> - 2012-12-02 21:54:02
|
On 2 Dec 2012, at 22:44 , Adam Retter <ad...@ex...> wrote: > I think you can only make the old functions deprecated rather than removing them - too short notice for most. > > > On 2 December 2012 21:11, Repository eXist-db code <no...@co...> wrote: > : [ignore] introduction of function namespace "http://www.w3.org/2005/xpath-functions/math" of xquery3/xpath3 (see http://www.w3.org/TR/xpath-functions-30/#trigonometry). Basically it is a copy/stripdown from the already existing eXist-db math extension I wrote ages ago; the latter will be stripped so there will be no functions doubled. WorkInProgress. http://sourceforge.net/p/exist/code/17786/ > Aahhh, right, I did not think about the deprecation possibility. Hmmmm there is one serious issue however, the default 'prefix' "math" is now used by the 'official' namespace, that would cause a problem anyway? I relabelled it to "math-ext". hmmmm I deleted the double functions already, well I can revert it if we want to. Can we think of a smart design where the old extension uses code from the new function library? The ultimate goal is not to have double code (I'd rather avoid that, politely said) cheers Dannes eXist-db Native XML Database http://www.exist-db.org |