~zorba-coders/zorba/bug1123835

« back to all changes in this revision

Viewing changes to modules/atomic/math.xq

  • Committer: sorin.marian.nasoi
  • Date: 2013-08-13 09:07:33 UTC
  • mfrom: (11278.1.318 lp_zorba)
  • Revision ID: spungi@gmail.com-20130813090733-vjl1znp7np45y12z
- merge lp:zorba trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
:)
30
30
declare namespace W3Cmath = "http://www.w3.org/2005/xpath-functions/math";
31
31
 
32
 
declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
 
32
declare namespace ver = "http://zorba.io/options/versioning";
33
33
declare option ver:module-version "1.0";
34
34
 
35
35
declare %private variable $math:errNS as string := "http://zorba.io/modules/math";