mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-25 06:03:34 +03:00
10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
|
<!DOCTYPE doc [
|
||
|
<!ENTITY test1 "test 1">
|
||
|
<!ENTITY test2 "test 2">
|
||
|
]>
|
||
|
<doc>
|
||
|
<Content>Retenção</Content>
|
||
|
<Content><></Content>
|
||
|
<Content>&test1;&test2;</Content>
|
||
|
</doc>
|