annotate lisp/psgml/catalog.sgml @ 71:bae944334fa4

Added tag r20-0b30 for changeset 131b0175ea99
author cvs
date Mon, 13 Aug 2007 09:03:07 +0200
parents 131b0175ea99
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
1 <!doctype example [
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
2 <!element example - - (front, body) >
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
3 <!element front - - (titlegrp) >
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
4 <!element titlegrp - - (title, subtitle*)>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
5 <!element body - - (p|lit)* >
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
6 <!element p - - (#PCDATA|keyword|list)* >
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
7 <!element (title|subtitle|keyword|lit) - - (#PCDATA) >
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
8 <!element list - - (item*) >
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
9 <!element item - - (p*) >
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
10
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
11 <!ENTITY soi "<keyword>storage object identifier</keyword>">
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
12
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
13 ]>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
14
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
15 <example>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
16 <front>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
17 <titlegrp>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
18 <title>Entity Management</title>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
19 <subtitle>Excerpts from: SGML Open Technical Resolution
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
20 9401:1995</subtitle>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
21 </titlegrp>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
22 </front>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
23 <body>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
24 <p>An entry in the catalog is interpreted as follows:<list>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
25 <item><p>The PUBLIC keyword indicates that an entity manager
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
26 should use the associated &soi; to locate the entity text for an
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
27 entity with the specified public identifier.</p></item>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
28 <item><p>The ENTITY keyword indicates that an entity manager
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
29 should use the associated <keyword>storage object identifier</keyword>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
30 to locate the entity text for an entity with the entity name specified
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
31 by the <keyword>entity name spec</keyword>.</p></item>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
32 <item><p>The DOCTYPE keyword indicates that an entity manager
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
33 should use the associated &soi; to locate the entity text (to be used
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
34 as the external subset) for a doctype declaration whose document type
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
35 name is specified by the <keyword>entity name
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
36 spec</keyword>.</p></item>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
37 <item><p>The LINKTYPE keyword indicates that an entity manager
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
38 should use the associated &soi; to locate the entity text (to be used
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
39 as the external subset) for a linktype declaration whose link type
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
40 name is specified by the <keyword>entity name spec</keyword>.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
41 </p></item>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
42 <item><p>The SGMLDECL keyword indicates that an entity manager
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
43 should use the associated &soi; to locate the entity text to be used
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
44 as the SGML declaration.</p></item>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
45 <item><p>The DTDDECL keyword indicates that an entity manager
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
46 should use the associated &soi; to locate the entity text to be used
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
47 as the SGML declaration. Note that the <keyword>public
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
48 identifier</keyword> in a DTDDECL entry is meant to match a public
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
49 identifier given as part of the doctype declaration to reference the
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
50 external subset.</p></item>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
51 <item><p>The DOCUMENT keyword indicates that an entity manager
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
52 should use the associated &soi; to locate the entity in which parsing
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
53 begins.</p></item>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
54 </list></p>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
55 <p>For example, the following are possible catalog entries that
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
56 associate a public identifier with an s.o.i.:</p>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
57 <lit>PUBLIC "ISO 8879-1986//ENTITIES Added Latin 1//EN" "iso-lat1.gml"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
58 PUBLIC "-//USA/AAP//DTD BK-1//EN" "aapbook.dtd" PUBLIC "-//ACME DTD
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
59 Writers//DTD General Report//EN" "report.dtd"</lit>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
60 </body>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
61 </example>
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
62
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
63
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
64
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
65 <!-- Keep this comment at the end of the file
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
66 Local variables:
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
67 sgml-exposed-tags:("title" "body")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
68 End:
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
69 -->