Failures are to do with XML elements with (legitimate) text content. My validator - specifically I think the function adl.validator/disjunct-valid? - is causing spurious validation fails. But just having a battery of unit tests is progress.
10 lines
423 B
XML
10 lines
423 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE application PUBLIC "-//JOURNEYMAN//DTD ADL 1.4//EN"
|
|
"http://www.journeyman.cc/adl/stable/adl/schemas/adl-1.4.dtd">
|
|
<application name='test1' version='0.0.1'>
|
|
<!--
|
|
xmlns:h="http://www.w3.org/TR/html4/"
|
|
xmlns="ttp://www.journeyman.cc/adl/stable/adl/schemas/adl-1.4.dtd" -->
|
|
<documentation>Some test documentation</documentation>
|
|
</application>
|