Edit

kc3-lang/libxml2/test/valid/t10.xml

Branch :

  • Show log

    Commit

  • Author : William M. Brack
    Date : 2004-06-24 02:24:44
    Hash : 4119d1c6
    Message : implemented bugfix from Massimo Morara for DTD dumping problem. added * valid.c: implemented bugfix from Massimo Morara for DTD dumping problem. * test/valid/t10.xml, result/valid/t10.*: added regression for above * configure.in: small change for my profile settings

  • test/valid/t10.xml
  • <?xml version="1.0" standalone="yes"?>
    <!DOCTYPE root [
    <!ELEMENT root  (cont1, (cont1, cont2?)+)>
      <!ELEMENT cont1  EMPTY>
      <!ELEMENT cont2  EMPTY>
    ]>
    <root>
      <cont1/>
      <cont1/>
      <cont1/>
      <cont1/>
    </root>