6
$file = '../XMLData/example1b.xml';
8
$dom = new DomDocument;
9
$dom->preserveWhiteSpace = FALSE;
10
$loadstate=$dom->load($file);
13
echo "Well formedness test successful!<br>";
14
$validatestate=$dom->validate();
16
echo "Validation successful!<br>";
18
echo "Validation test failed!<br>";
21
echo "Well formedness test failed!<br>";
b'\\ No newline at end of file'