54 lines
836 B
Plaintext
54 lines
836 B
Plaintext
|
|
<!SGML "ISO 8879:1986"
|
|
-- This should get one warning about the second baseset not having a
|
|
valid fpi. --
|
|
|
|
CHARSET
|
|
|
|
BASESET
|
|
"ISO 646-1983//CHARSET International Reference Version (IRV) //ESC 2/5 4/0"
|
|
|
|
DESCSET
|
|
0 9 UNUSED
|
|
9 2 9
|
|
11 2 UNUSED
|
|
13 1 13
|
|
14 18 UNUSED
|
|
32 95 32
|
|
127 1 UNUSED
|
|
BASESET
|
|
"Any set you like"
|
|
DESCSET
|
|
128 127 128
|
|
255 1 UNUSED
|
|
|
|
CAPACITY PUBLIC "ISO 8879:1986//CAPACITY Reference//EN"
|
|
SCOPE DOCUMENT
|
|
SYNTAX PUBLIC "ISO 8879:1986//SYNTAX Reference//EN"
|
|
|
|
FEATURES
|
|
MINIMIZE
|
|
DATATAG NO
|
|
OMITTAG YES
|
|
RANK NO
|
|
SHORTTAG YES
|
|
LINK
|
|
SIMPLE NO
|
|
IMPLICIT NO
|
|
EXPLICIT NO
|
|
OTHER
|
|
CONCUR NO
|
|
SUBDOC NO
|
|
FORMAL NO
|
|
|
|
APPINFO "some application information">
|
|
|
|
<!DOCTYPE doc [
|
|
<!ELEMENT doc - - ANY>
|
|
<!NOTATION foo PUBLIC "Not a valid formal public identifier,
|
|
but that's OK, because the SGML declaration says FORMAL NO">
|
|
]>
|
|
<doc>
|
|
Some text.
|
|
</doc>
|