1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/result/VC/NS3

10 lines
812 B
Plaintext
Raw Normal View History

./test/VC/NS3:9: validity error : Value for attribute xmlns of foo is different from default "http://example.com/fooo"
2003-05-14 06:53:43 +04:00
xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
^
./test/VC/NS3:9: validity error : Value for attribute xmlns of foo must be "http://example.com/fooo"
2003-05-14 06:53:43 +04:00
xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
^
./test/VC/NS3:9: validity error : Element foo namespace name for default namespace does not match the DTD
2003-05-14 06:53:43 +04:00
mlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"/
^