~zorba-coders/zorba/bugs-912586-912593-912722

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/schemas/val-elmInSimpleContent-err3.xq

  • Committer: Federico Cavalieri
  • Date: 2012-01-06 13:27:06 UTC
  • Revision ID: federico@m702x-20120106132706-ug815qkceqjrntbp
Fixed bug #912586, #912593 and #912722 (assertion failures with lax validation)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import schema namespace d="http://www.zorba-xquery.org/schema" at "extracontent.xsd";
 
2
import module namespace schema = "http://www.zorba-xquery.com/modules/schema";
 
3
 
 
4
declare revalidation lax;
 
5
 
 
6
declare variable $x:=validate lax {<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
7
    xmlns="http://www.zorba-xquery.org/schema">
 
8
<a/>
 
9
</root>};
 
10
$x/text()