← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/fix_data_cleaning_rev_44 into lp:zorba/data-cleaning-module

 

Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/fix_data_cleaning_rev_44 into lp:zorba/data-cleaning-module.

Commit message:
Fix for revision 44 of the data-cleaning module.

Requested reviews:
  Zorba Coders (zorba-coders)
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix_data_cleaning_rev_44/+merge/136744

Fix for revision 44 of the data-cleaning module.
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_data_cleaning_rev_44/+merge/136744
Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/fix_data_cleaning_rev_44 into lp:zorba/data-cleaning-module.
=== modified file 'src/com/zorba-xquery/www/modules/data-cleaning/consolidation.xq'
--- src/com/zorba-xquery/www/modules/data-cleaning/consolidation.xq	2012-09-28 13:34:20 +0000
+++ src/com/zorba-xquery/www/modules/data-cleaning/consolidation.xq	2012-11-28 18:27:21 +0000
@@ -564,7 +564,7 @@
  : <br/>
  : Example usage : <code> validating-schema ( ( &lt;a/&gt; , &lt;b/&gt; ), &lt;xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;&lt;xs:element name="a" /&gt;&lt;/xs:schema&gt; ) </code>
  : <br/>
- : The function invocation in the example above returns : <code> ( &lt;a/&gt; ) </pre>
+ : The function invocation in the example above returns : <code> ( &lt;a/&gt; ) </code>
  :
  : @param $s A sequence of elements.
  : @param $schema An element encoding an XML Schema.


Follow ups