mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-09 04:58:16 +03:00
5 lines
81 B
XML
5 lines
81 B
XML
|
<!DOCTYPE test [
|
||
|
<!ENTITY newline "&#xA;">
|
||
|
]>
|
||
|
<test newline="&newline;"/>
|