Help for this page
#!/bin/perl -w use strict; ... <!-- This document is NOT valid --> <doc>toto<!-- should trigger error but does not --> <elt2>not empty <!-- error --></elt2><elt>foo</elt><elt>bar</elt></doc +>
228a229,232 > ... > > A text was found in an element that should only include sub-elements > The text is not made of non-significant whitespace.