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

10 lines
273 B
Plaintext
Raw Normal View History

<?xml version="1.0" ?>
<!DOCTYPE foo [
<!ELEMENT foo EMPTY>
<!ATTLIST foo
xmlns CDATA #FIXED "http://example.com/fooo"
xmlns:foo CDATA #REQUIRED
foo:info CDATA #IMPLIED>
]>
<foo xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"/>