>>>>> "Van" == Van de Hout E H M <[log in to unmask]> writes:
> The problem is as follows: I want to have a <q> tag to enclose
> several lines within a linegroup. The structure is as follows:
> <lg> <l></l> ... <l></l> <q> <l></l> ... <l></l> </q> <l></l> ...
> <l></l> </lg>
> The TEI-DTD does not provide for such a structure. The only way to
> make this work I could think of is by redefining the entire
> structure of the linegroup in my document subset. Is there another,
> more elegant, simple way of doing this?
Try this:
<lg>
<l>..</l>
<l>..</l>
<milestone unit=squot>
<l>..</l>
<l>..</l>
<milestone unit=equot>
<l>..</l>
</lg>
If you redefine the structure of <lg>, you will still run into
problems if a quotation (for example) begins in the _middle_ of a
line. For a detailed discussion, see Chapter 31, "Multiple
Hierarchies," in the TEI P3 guidelines.
David
---
David Megginson Department of English, University of Ottawa,
[log in to unmask] Ottawa, Ontario, CANADA K1N 6N5
[log in to unmask] Phone: (613) 562-5800 ext.1203
WWW: http://www.uottawa.ca/~dmeggins/Index.html FAX: (613) 562-5990
|