~zorba-coders/zorba/excel-module

« back to all changes in this revision

Viewing changes to src/com/zorba-xquery/www/modules/excel/logical.xq

  • Committer: mbrantner
  • Date: 2011-06-29 20:43:54 UTC
  • Revision ID: svn-v4:8046edc3-af21-0410-8661-ec7318497eea:modules/excel/trunk:10978
new DECLARE_ZORBA_MODULE macro for all external modules + version 1.0 for all modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 :)
35
35
import module namespace excel-err="http://www.zorba-xquery.com/modules/excel/errors";
36
36
 
 
37
declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
 
38
declare option ver:module-version "1.0";
 
39
 
37
40
(:~
38
41
 : Returns TRUE if all its arguments are TRUE; FALSE if one or more arguments are FALSE.
39
42
 :