mirror of
https://github.com/openharmony/third_party_libxml2.git
synced 2026-08-25 12:59:35 -04:00
7 lines
106 B
XML
7 lines
106 B
XML
<!DOCTYPE doc [
|
|
<!ELEMENT doc (a, b, a)>
|
|
<!ELEMENT a EMPTY>
|
|
<!ELEMENT b EMPTY>
|
|
]>
|
|
<doc><b/><a/><b/></doc>
|