1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/test/valid/127772.xml
Daniel Veillard e70c877c83 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
2003-11-25 07:21:18 +00:00

8 lines
119 B
XML

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