Difference between revisions of "TEI for ISO"
Jump to navigation
Jump to search
(→Using the TEI for Editing ISO documents) |
(→Using Vesta to compile ISO document) |
||
| Line 20: | Line 20: | ||
<moduleRef key="iso-fs"/> | <moduleRef key="iso-fs"/> | ||
</schemaSpec> | </schemaSpec> | ||
| + | |||
== Using Vesta to compile ISO document == | == Using Vesta to compile ISO document == | ||
| + | === Bugs and feature requests === | ||
| + | |||
| + | * figures in docx outputs do not appear | ||
| + | * xml tags within egXML do not appear in the HTML output | ||
| + | * generating anchors | ||
== Linking to ISO cat == | == Linking to ISO cat == | ||
Revision as of 14:32, 2 June 2009
Contents
Using the TEI for Editing ISO documents
Basic principles
Most of the necessary documentation for using the giudelines in specific contexts can be found under: [1].
Looking between the lines at [2], one can also get advice as to how to integrate a TEI component within a third party DTD or schema.
Using TEI modules in ISO specification (and others...)
Feature structures
The relaxNg schema for representing feature structures is available under [3].
This can be generated directly by means of the following ODD declaration:
<schemaSpec ident="testjustfs" start="">
<moduleRef key="tei"/>
<moduleRef key="iso-fs"/>
</schemaSpec>
Using Vesta to compile ISO document
Bugs and feature requests
- figures in docx outputs do not appear
- xml tags within egXML do not appear in the HTML output
- generating anchors