source:
vbox/trunk/src/libs/libxml2-2.9.14/test/VC/NS3@
103850
Last change on this file since 103850 was 95312, checked in by , 2 years ago | |
---|---|
File size: 273 bytes |
Line | |
---|---|
1 | <?xml version="1.0" ?> |
2 | <!DOCTYPE foo [ |
3 | <!ELEMENT foo EMPTY> |
4 | <!ATTLIST foo |
5 | xmlns CDATA #FIXED "http://example.com/fooo" |
6 | xmlns:foo CDATA #REQUIRED |
7 | foo:info CDATA #IMPLIED> |
8 | ]> |
9 | <foo xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"/> |
Note:
See TracBrowser
for help on using the repository browser.