Annotation of embedaddon/libxml2/test/schemas/subst-group-1_1.xml, revision 1.1
1.1 ! misho 1: <?xml version="1.0" encoding="UTF-8"?>
! 2: <!-- Test for bug #341150 -->
! 3: <TestRoot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
! 4: xsi:noNamespaceSchemaLocation="subst-group-1.xsd">
! 5: <Events>
! 6: <TestEvent>Test 1.</TestEvent>
! 7: <!-- Uncomment the following element to cause libxml's xmllint to
! 8: fail to validate. -->
! 9: <TestEvent>Test 2.</TestEvent>
! 10: </Events>
! 11: </TestRoot>
! 12:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>