1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-14 22:50:08 +03:00
libxml2/test/ent12

9 lines
143 B
Plaintext
Raw Permalink Normal View History

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