Edit

kc3-lang/libxml2/test/VC/NS3

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2002-02-13 13:32:35
    Hash : e4301c8b
    Message : fixing a comment fixing some troubles with validity check on namespaces * include/libxml/entities.h: fixing a comment * valid.c: fixing some troubles with validity check on namespaces * result/VC/NS3 test/VC/NS3: added a specific regression test Daniel

  • test/VC/NS3
  • <?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"/>