Edit

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

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2003-11-25 07:21:18
    Hash : e70c877c
    Message : swapped the attribute defaulting and attribute checking parts of parsing a * parser.c: swapped the attribute defaulting and attribute checking parts of parsing a new element start, fixes bug #127772 * result/valid/127772.* test/valid/127772.xml test/valid/dtds/127772.dtd: added the example in the regression tests Daniel

  • test/valid/127772.xml
  • <?xml version="1.0"?>
    <!DOCTYPE a SYSTEM "dtds/127772.dtd">
    
    <a>
      <b xlink:href="http://fakeurl.net">b text</b>
    </a>