mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-24 21:33:51 +03:00
e70c877c83
* 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
8 lines
119 B
XML
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>
|
|
|