mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-25 06:03:34 +03:00
c85d0fec52
* xmlschemas.c include/libxml/schemasInternals.h include/libxml/xmlerror.h: applied patches from Kasimier Buchcik for the attribute use support * test/schemas/attruse* result/schemas/attruse*: added the tests to the regression suite. Daniel
9 lines
135 B
XML
9 lines
135 B
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
<foo>
|
|
<barA attr="bar" />
|
|
<barB attr="bar"/>
|
|
<barB />
|
|
<barC attr="bar" />
|
|
</foo>
|
|
|