Skip to content
Permalink
b52c7172d8
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
22 lines (16 sloc) 1.19 KB

eoa_sample_project

A sample project that contains all the phenomena that can occur in an EOA publication.

For reference of all the commands, check out EOA reference.

EOA goes TEI

This repository contains the EOA sample file as a TEI-conform XML document. Also included is a RELAX-NG Compact schema to validate XML files against. The file eoa_roma.xml is a configuration file for Roma, the TEI schema generator.

The TEI file itself is modeled after the original EOA document model, which was designed in LaTeX and can be also found in this repository.

A further component is a stylesheet for ConTeXt, which processes the XML file to a PDF. This is currently incomplete.

Validity checking

The schema eoa-TEI.rnc is a subset of http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rnc. That is, it will validate against both, but the EOA schema is more restrictive.

It is not a subset of http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_lite.rnc or http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_bare.rnc, though.