mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2024-11-23 12:19:40 +00:00
9 lines
143 B
XML
9 lines
143 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE root [
|
|
<!ENTITY foo "abc">
|
|
<!ENTITY bar "def">
|
|
]>
|
|
<root attribute="&foo;">
|
|
<element>&bar;</element>
|
|
</root>
|