mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-19 10: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
112 B
XML
9 lines
112 B
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
<foo>
|
|
<barA />
|
|
<barB attr="bar"/>
|
|
<barB />
|
|
<barC/>
|
|
</foo>
|
|
|