zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #16021
[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 ( ( <a/> , <b/> ), <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="a" /></xs:schema> ) </code>
: <br/>
- : The function invocation in the example above returns : <code> ( <a/> ) </pre>
+ : The function invocation in the example above returns : <code> ( <a/> ) </code>
:
: @param $s A sequence of elements.
: @param $schema An element encoding an XML Schema.
Follow ups