From: Dmitriy S. <sha...@gm...> - 2012-10-19 19:15:36
|
I'll implement xquery version (without wrapping). On Fri, Oct 19, 2012 at 7:02 PM, Dan McCreary <dan...@gm...>wrote: > There is also a version of format-number() in XSLT. As a short-term > workaround we could write a wrapper for that function. > > - Dan > > On Fri, Oct 19, 2012 at 8:34 AM, Wolfgang Meier <wol...@ex...> > wrote: > > Hi guys, > > > > in preparation for the 2.0 release, I was just checking which functions > are still missing from the XQuery 3.0 spec. I might miss some, but the list > is rather short: > > > > Trigonometric and exponential functions > > format-number > > innermost/outermost > > unparsed-text > > environment-variable > > parse-xml > > parse-xml-fragment > > > > serialize > > > > With the exception of format-number, most of this is easy to implement > or already provided through similar eXist-db extension functions. I'm thus > astonished nobody wants to work on it. The goal should be to have ALL > functions, even if they are just copies of already available eXist-db > functions. > > > -- Dmitriy Shabanov |