[Zorba-coders] [Merge] lp:~zorba-coders/zorba/schema-tools-module-doc into lp:zorba/schema-tools-module

2012-11-26 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/schema-tools-module-doc into 
lp:zorba/schema-tools-module has been updated.

Status: Needs review => Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/schema-tools-module-doc/+merge/126944
-- 
https://code.launchpad.net/~zorba-coders/zorba/schema-tools-module-doc/+merge/126944
Your team Zorba Coders is subscribed to branch lp:zorba/schema-tools-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/schema-tools-module-doc into lp:zorba/schema-tools-module

2012-11-26 Thread William Candillon
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/schema-tools-module-doc/+merge/126944
Your team Zorba Coders is subscribed to branch lp:zorba/schema-tools-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/schema-tools-module-doc into lp:zorba/schema-tools-module

2012-09-28 Thread Cezar Andrei
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/schema-tools-module-doc/+merge/126944
Your team Zorba Coders is subscribed to branch lp:zorba/schema-tools-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/schema-tools-module-doc into lp:zorba/schema-tools-module

2012-09-28 Thread William Candillon
The proposal to merge lp:~zorba-coders/zorba/schema-tools-module-doc into 
lp:zorba/schema-tools-module has been updated.

Commit Message changed to:

Minor documentation improvements.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/schema-tools-module-doc/+merge/126944
-- 
https://code.launchpad.net/~zorba-coders/zorba/schema-tools-module-doc/+merge/126944
Your team Zorba Coders is subscribed to branch lp:zorba/schema-tools-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/schema-tools-module-doc into lp:zorba/schema-tools-module

2012-09-28 Thread William Candillon
William Candillon has proposed merging 
lp:~zorba-coders/zorba/schema-tools-module-doc into 
lp:zorba/schema-tools-module.

Commit message:
Minor documentation improvements.

Requested reviews:
  William Candillon (wcandillon)
  Cezar Andrei (cezar-andrei)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/schema-tools-module-doc/+merge/126944

Minor documentation improvements.
-- 
https://code.launchpad.net/~zorba-coders/zorba/schema-tools-module-doc/+merge/126944
Your team Zorba Coders is subscribed to branch lp:zorba/schema-tools-module.
=== modified file 'src/schema-tools.xq'
--- src/schema-tools.xq	2012-03-20 18:33:33 +
+++ src/schema-tools.xq	2012-09-28 12:20:26 +
@@ -29,8 +29,9 @@
  : @author Cezar Andrei
  : @see http://xmlbeans.apache.org/
  : @library http://www.oracle.com/technetwork/java/javase/downloads/index.html";>JDK - Java Development Kit
- : @project data processing/metadata
  : @library http://xmlbeans.apache.org/";>Apache XMLBeans
+ : @see http://xmlbeans.apache.org
+ : @project Zorba/Data Processing/Schema Tools
  :)
 module namespace schema-tools = "http://www.zorba-xquery.com/modules/schema-tools";;
 
@@ -58,8 +59,7 @@
  : http://xmlbeans.apache.org/";>official documentation for further
  : information.
  : 
- : Example:
- :
+ : Example:
  : 
  : @param $instances The input XML instance elements
  : @param $options Options:
@@ -144,8 +144,7 @@
  : http://xmlbeans.apache.org/";>official documentation for further
  :   information.
  : 
- : Example:
- :
+ : Example: 
  : @param $schemas elements representing XMLSchema definitions
  : @param $rootElementName The local name of the instance root element.
  :If multiple target namespaces are used, first one found - using the
@@ -217,4 +216,4 @@
 schema-tools:xsd2inst-internal ($schemas as element()+,
 $rootElementName as xs:string,
 $options as element(st-options:xsd2inst-options, st-options:xsd2instOptionsType)?)
-  as document-node() external;
\ No newline at end of file
+  as document-node() external;

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp