Annotation of embedaddon/libxml2/result/errors/attr4.xml.err, revision 1.1
1.1 ! misho 1: ./test/errors/attr4.xml:1: parser error : invalid character in attribute value
! 2: <ROOT attr="XY"/>
! 3: ^
! 4: ./test/errors/attr4.xml:1: parser error : attributes construct error
! 5: <ROOT attr="XY"/>
! 6: ^
! 7: ./test/errors/attr4.xml:1: parser error : Couldn't find end of Start Tag ROOT line 1
! 8: <ROOT attr="XY"/>
! 9: ^
! 10: ./test/errors/attr4.xml:1: parser error : Extra content at the end of the document
! 11: <ROOT attr="XY"/>
! 12: ^
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>