Technical Discussion

list of notes and list of links

The definitive version of the materials generated by the "Venetian Notebooks" project is a set of interlinked XML documents, in which all details are held in an explicit form, together with sets of associated images. The intent of the production in this form is that it is not then tied to a particular output format and platform. There is a Java program "SoVGenerate" (last revised January 2008) which takes the material in this form and generates a representation as a set of web pages using HTML and Javascript. It would be possible to replace this program with another to generate an improved delivery vehicle, or perhaps to generate web pages directly from the XML documents with XSLT. If these materials require addition or amendment, the XML documents should be updated and checked, and a new version of the delivery vehicle generated.

The set of XML documents is:

The format of the XML documents conforms to the TEI "Lite" DTD (see here).

Transcripts

The XML documents of notebook transcripts (including T7A and T7B) consist of a "teiheader" element followed by a "text" element. The "text" element is subdivided into a sequence of "div" elements, one for each page opening; an opening generally has a left page and a right page, separated by a "pb" element. The main sequence of openings in a transcript, numbered by Ruskin from 1 upwards, is in a "body" element inside the "text" element, where necessary with initial and final openings (with Roman numbers, or with names "front board" etc.) in "front" and "back" elements respectively inside the "text" element.

The XML document for the Sheets (ws.xml) consists of a "div" element for each sheet (with no "pb" element) inside the "text" element.

The "div" element has an "n" attribute which is the number of the opening, for instance "ii" or "74A" or "153".

Notes

The document notes.xml consists of a "teiheader" element followed by a "text" element, which contains a "div" element for each separate note. The "div" element has an "n" attribute which is the name of the note, for instance "mestablishingdates". A note always starts with a "head" element.

Library Edition Volumes

The XML documents of Library Edition volumes consist of a "teiheader" element followed by a "text" element. The "text" element is subdivided into a sequence of "div" elements, one for each page of the volume. The main sequence of pages, with Arabic page numbers, is in a "body" element inside the "text" element, where necessary with front and back matter with Roman page numbers in "front" and "back" elements respectively inside the "text" element.

The "div" element has an "n" attribute which is the page number, for instance "ii" or "107".

Other Elements

The following elements may appear within a "div" element:

Introduction Top Level Close

[Version 0.05: May 2008]