1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/ent12
2006-10-10 20:12:24 +00:00

9 lines
143 B
XML

<?xml version="1.0"?>
<!DOCTYPE root [
<!ENTITY foo "abc">
<!ENTITY bar "def">
]>
<root attribute="&foo;">
<element>&bar;</element>
</root>