Since this project got started long before TEI P5 was finalized, it uses a slightly obsolete pre-release version of the standard. It also depends on the inclusion of SVG for image markup. It's now time to move forward to the current P5 standard, so I've begun building a system for doing that. The first stage is a new schema: for that, I've taken the imt_1_7
schema and renamed it to mariage.rng
. Next, I've created two XSLT files, one taken from the IMT, and one custom-written, to convert the image markup files and the text markup files to standard P5. This is all now working, and I have a set of working files which we can use in building the next version of the site.
Meeting with the whole team. Got H started marking up a text document.
The new document, Sermon des Cocus, has an <epigraph>
, containing a <cit>
with <quote>
and <bibl>
, and also a <gloss>
. We need to add handling for this to the XSLT code.
Also, there are now instances of <head>
, <p>
and <l>
which have a rend attribute expressed in CSS:
<p rend="text-indent: 3em;">...</p> <head rend="text-align: center;">...</head>
We need to detect the use of CSS in a rend tag, and transfer it to the output XHTML tag. So far only text-indent
and text-align
have been used.
I downloaded the latest changes made by France, and also fixed one little validation error (in bosse.xml
, some <lg>
tags appeared inside a <p>
tag, so I removed the <p>
tag).
Then I reuploaded all the image markup files into the XML database. A quick check of the site suggests that all is working OK.
Project meeting. Key issues for me:
- We can begin posting new images to the site in the new year.
- I have to upgrade the IMT as soon as possible to handle the new FACS components instead of SVG.
- Greg and I have to manage the transition to the new site format by creating a development site, separate from the main site.
- The new site should use the new file format, so I need a simple conversion that will move all the old files to the new format in one go, and then I can install a new IMT on the developer computers.
- We'll be making a start soon on some new texts, at least one of which will have up to five variants which need to be collated.
I'm hoping to get to work on the new IMT version next week.