Edit

kc3-lang/libxml2/test/VC/DuplicateType

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1999-08-10 19:04:08
    Hash : b05deb7f
    Message : Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel

  • test/VC/DuplicateType
  • <?xml version="1.0"?>
    <!DOCTYPE a [
    <!ELEMENT a (#PCDATA | b | c | d | c)*>
    ]>
    <a> violates [ VC: No Duplicate Types ] </a>