Edit

kc3-lang/libxml2/result/errors/attr3.xml

Branch :

  • Show log

    Commit

  • Author : William M. Brack
    Date : 2005-07-06 22:48:41
    Hash : f810de04
    Message : fixed problem with free on dupl attribute in dtd (bug309637). added * parser.c: fixed problem with free on dupl attribute in dtd (bug309637). * test/errors/attr3.xml, result/errors/attr3.*: added regression test for this

  • result/errors/attr3.xml
  • <?xml version="1.0"?>
    <!DOCTYPE doc [
    <!ELEMENT doc (#PCDATA)>
    <!ATTLIST doc a1 CDATA "v1">
    ]>
    <doc/>