|
root / base / usr / src / contrib / libxml2 / test / schemas / subst-group-1_1.xml
subst-group-1_1.xml XML 13 lines 420 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<!-- Test for bug #341150 -->
<TestRoot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="subst-group-1.xsd">
    <Events>
        <TestEvent>Test 1.</TestEvent>
        <!-- Uncomment the following element to cause libxml's xmllint to
            fail to validate. -->
        <TestEvent>Test 2.</TestEvent>
    </Events>
</TestRoot>