mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-12 09:17:37 +03:00
9 lines
139 B
XML
9 lines
139 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE root [
|
|
<!ENTITY foo "abc">
|
|
<!ENTITY bar "def">
|
|
]>
|
|
<root attribute="abc">
|
|
<element>def</element>
|
|
</root>
|