You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
420 B
13 lines
420 B
4 months ago
|
<?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>
|
||
|
|