11 lines
377 B
XML
11 lines
377 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet href="http://www.jmri.org/xml/XSLT/panelfile.xsl" type="text/xsl"?>
|
|
|
|
<!-- This XML file is supposed to fail to validate -->
|
|
<layout-config
|
|
xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation = "http://jmri.org/xml/schema/types/general.xsd"
|
|
>
|
|
<unknownElement/>
|
|
</layout-config>
|