Merge lp:~matthias-brantner/zorba/bug-fixing into lp:zorba

Proposed by Matthias Brantner
Status: Merged
Approved by: Matthias Brantner
Approved revision: no longer in the source branch.
Merged at revision: 10481
Proposed branch: lp:~matthias-brantner/zorba/bug-fixing
Merge into: lp:zorba
Diff against target: 37 lines (+3/-2)
3 files modified
doc/zorba/xqddf.dox (+1/-0)
modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq (+1/-1)
modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq (+1/-1)
To merge this branch: bzr merge lp:~matthias-brantner/zorba/bug-fixing
Reviewer Review Type Date Requested Status
Matthias Brantner Approve
Review via email: mp+77635@code.launchpad.net

Commit message

xqddf documentation fixes

Description of the change

xqddf documentation fixes

To post a comment you must log in.
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug-fixing-2011-09-30T03-44-09.564Z is finished. The final status was:

All tests succeeded!

10481. By Matthias Brantner

xqddf documentation fixes Approved: Matthias Brantner

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/zorba/xqddf.dox'
--- doc/zorba/xqddf.dox 2011-09-14 06:15:19 +0000
+++ doc/zorba/xqddf.dox 2011-09-30 03:16:25 +0000
@@ -1266,6 +1266,7 @@
1266 where $art/empid eq $emp/id1266 where $art/empid eq $emp/id
1267 return $art)1267 return $art)
1268 return $emp1268 return $emp
1269\endcode
12691270
1270<a name="query_no_probe_3" id="query_no_probe_3"></a>1271<a name="query_no_probe_3" id="query_no_probe_3"></a>
1271\code1272\code
12721273
=== modified file 'modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq'
--- modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq 2011-09-16 13:26:06 +0000
+++ modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq 2011-09-30 03:16:25 +0000
@@ -21,7 +21,7 @@
21 : declared in the prolog of a module.21 : declared in the prolog of a module.
22 : For example, it provides functions to create, delete, or introspect collections.22 : For example, it provides functions to create, delete, or introspect collections.
23 :23 :
24 : <p>This module is part of <a href="../../../html/xqddf.html">Zorba's XQuery Data24 : <p>This module is part of <a href="../../html/xqddf.html">Zorba's XQuery Data
25 : Definition Facility</a>. All the collections managed by this module25 : Definition Facility</a>. All the collections managed by this module
26 : have to be pre-declared in the prolog of a module. Please refer to the26 : have to be pre-declared in the prolog of a module. Please refer to the
27 : <a href="../../html/data_lifecycle.html">general documentation</a>27 : <a href="../../html/data_lifecycle.html">general documentation</a>
2828
=== modified file 'modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq'
--- modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq 2011-08-26 23:36:24 +0000
+++ modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq 2011-09-30 03:16:25 +0000
@@ -20,7 +20,7 @@
20 : This modules provides a set of functions to modify a collection and retrieve the nodes20 : This modules provides a set of functions to modify a collection and retrieve the nodes
21 : contained in a particular collection.21 : contained in a particular collection.
22 :22 :
23 : <p>This module is part of <a href="../../html/xqddf.htm">Zorba's XQuery Data23 : <p>This module is part of <a href="../../html/xqddf.html">Zorba's XQuery Data
24 : Definition Facility</a>. All the collections managed by this module24 : Definition Facility</a>. All the collections managed by this module
25 : have to be pre-declared in the prolog of a module. Please refer to the25 : have to be pre-declared in the prolog of a module. Please refer to the
26 : <a href="../../html/data_lifecycle.html">general documentation</a>26 : <a href="../../html/data_lifecycle.html">general documentation</a>

Subscribers

People subscribed via source and target branches