mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

* xmlschemas.c: applied patch from Adam Dickmeiss for mixed content * test/schemas/mixed* result/schemas/mixed*: added his regression tests too. Daniel
6 lines
141 B
XML
6 lines
141 B
XML
<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'>
|
|
<xs:element name='my'>
|
|
<xs:complexType mixed='true'/>
|
|
</xs:element>
|
|
</xs:schema>
|