mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-05 05:47:00 +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
6 lines
160 B
XML
6 lines
160 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE a SYSTEM "dtds/127772.dtd">
|
|
<a>
|
|
<b xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://fakeurl.net">b text</b>
|
|
</a>
|