Edit

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

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2015-09-10 19:41:41
    Hash : ef709ce2
    Message : Fix the spurious ID already defined error For https://bugzilla.gnome.org/show_bug.cgi?id=737840 the fix for 724903 introduced a regression on external entities carrying IDs, revert that patch in part and add a specific test to avoid readding it

  • test/valid/737840.xml
  • <!DOCTYPE root [
    <!ELEMENT root (elem)>
    <!ELEMENT elem (#PCDATA)>
    <!ATTLIST elem id ID #IMPLIED>
    <!ENTITY target SYSTEM "dtds/737840.ent">
    ]>
    
    <root>
      &target;
    </root>