mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-13 09:58:22 +03:00
7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<!DOCTYPE doc [
|
||
|
<!ENTITY newl " ">
|
||
|
]>
|
||
|
|
||
|
<doc>&newl;</doc>
|