mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-03-03 08:29:33 +00:00
6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
<!DOCTYPE doc [
|
|
<!ENTITY YN '"Yes"' >
|
|
<!ENTITY WhatHeSaid "He said &YN;" >
|
|
]>
|
|
<doc>&WhatHeSaid;</doc>
|