mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-28 07:21:26 +03:00
cf46199c5e
Have a look at http://xmlsoft.org/upgrade.html Daniel
11 lines
213 B
XML
11 lines
213 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE doc [
|
|
<!ENTITY test1 "test 1">
|
|
<!ENTITY test2 "test 2">
|
|
]>
|
|
<doc>
|
|
<Content>Retenção</Content>
|
|
<Content><></Content>
|
|
<Content>&test1;&test2;</Content>
|
|
</doc>
|