10 lines
174 B
Plaintext
10 lines
174 B
Plaintext
<!doctype doc [
|
|
<!element doc o o (#pcdata)>
|
|
<!entity e "foo">
|
|
<!shortref map "&#space;" e>
|
|
]>
|
|
<doc>
|
|
<!-- There's a blank at the end of the next line -->
|
|
This is it.
|
|
</doc>
|