Closed scotartt closed 10 years ago
Need to xslt transform this so that "book 1" and "poem 1" are available as body text, the div1 and div2 tags are regular divs with appropriate css styles (suggestion: book and poem good candidates).
the "l" and the "lg" need to be appropriately transformed (use span with a style for "l")
also need to check out "stanza", "pb" (page) and "milestone", e.g.;
<milestone ed="p" n="1" unit="card"/>
(this is in a text whose metadata is described as)
<encodingDesc>
<refsDecl doctype="TEI.2">
<state unit="line"/>
</refsDecl>
<refsDecl doctype="TEI.2">
<state n="chunk" unit="card"/>
</refsDecl>
</encodingDesc>
Can now display the line numbers and other in-text annotations. CSS'd many of the most egregious offenders in the XML markup.
even in properly formatted texts (e.g. metadata clearly defined and already parsed in header) there are issues of how the text is formatted.
For example, consider poetry, such a Horace Carmina
Each individual line is held in the "l" tag. Even in the one file, there are other divisions - this one uses "lg" tag to group lines in stanzas:
Lines frequently will not contain the "type" paramater, and will often only number every fifth or tenth line (this is urn:cts:latinLit:phi0893.phi004.perseus-lat1:1.1)
metadata
content