XML validation: Difference between revisions

Line 192:
=={{header|Perl}}==
 
<lang python>#!/usr/bin/env perl -T
use 5.018_002;
use warnings;
Line 227:
}
};
}</lang>
}
 
{{out}}
<pre>Valid
Not valid: unknown-7fe99976a9a0:0: Schemas validity error : Element 'a': Element content is not allowed, because the type definition is simple.</pre>
Element 'a': Element content is not allowed, because the type definition is simple.</pre>
 
=={{header|Python}}==
Anonymous user