17 lines
628 B
Plaintext
17 lines
628 B
Plaintext
<!-- Test public entity strings: run with pe=1 trace. -->
|
|
<!doctype tag1 [
|
|
<!entity a PUBLIC "
|
|
public
|
|
ID
|
|
on 3 lines
|
|
-- not formal --">
|
|
<!entity b PUBLIC "+//Owner//ENTITIES
|
|
Text name//EN" -- system should supply version -->
|
|
<!entity c PUBLIC "Owner//ENTITIES -//Private//EN//Version"-- has version -->
|
|
<!entity d PUBLIC "-////TEXT Name//EN//" -- has (empty) version -->
|
|
<!entity e PUBLIC "+//Owner//entities
|
|
Text name//EN" -- not formal (class not upper-case) -->
|
|
<!element tag1 - - ANY>
|
|
]>
|
|
<tag1//
|