mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-07 09:57:25 +03:00
6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
<!DOCTYPE doc [
|
|
<!ENTITY YN '"Yes"' >
|
|
<!ENTITY WhatHeSaid "He said &YN;" >
|
|
]>
|
|
<doc>&WhatHeSaid;</doc>
|