<divGen>
<divGen> (partizione testuale generata automaticamente) indica la posizione in cui deve apparire una partizione testuale generata automaticamente da un'applicazione che elabora testi [3.8.2 Index Entries] | |||||||||
Modulo | core — 3 Elements Available in All TEI Documents | ||||||||
Attributi | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
| ||||||||
Usato da | |||||||||
Contenuto in | |||||||||
Può contenere | core: head | ||||||||
Dichiarazione |
element divGen { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, attribute type { data.enumerated }?, model.headLike* } | ||||||||
Esempio | One use for this element is to allow document preparation software to generate an index and insert it in the appropriate place in the output. The example below assumes that the indexName attribute on index elements in the text has been used to specify index entries for the two generated indexes, named NAMES and THINGS: <back> <div1 type="backmat"> <head>Bibliography</head> <!-- .... --> </div1> <div1 type="backmat"> <head>Indices</head> <divGen n="Index Nominum" type="NAMES"/> <divGen n="Index Rerum" type="THINGS"/> </div1> </back> | ||||||||
Esempio | Another use for divGen is to specify the location of an automatically produced table of contents: <front> <!--<titlePage>...</titlePage>--> <divGen type="toc"/> <div> <head>Preface</head> <p> ... </p> </div> </front> |