Lou
Lou
The README suggests I can process main_driver.odd to generate a RELAXNG schema, but I can't get this to work in oXygen 19.1 using current TEI framework at release 3.3.0a. The...
I made a few changes to the sample TEI file, so that it looked like this : ~~~~
xmllint --valid teisimple.dtd tests/testsimple2.xml # works fine xmllint --valid --relaxng teisimple.rng tests/testsimple2.xml # sits there like a pudding jing teisimple.rng tests/testsimple2.xml # works fine rnv teisimple.rnc tests/testsimple2.xml # works fine
Processing a docx file from Google docs generates two different kinds of validation error: a) anchor elements are created with an `@xml:id` whose value is transferred from a docx `@id`...
The value of @docLang on schemaSpec is used to determine which <desc> elements are passed through to a RELAXNG schema as documentation elements, subsequently to appear as popup tool tips...
A classRef with no value for its @expand attribute appears to generate different results depending on what other attributes are present. If no other attributes are present, the classRef generates...
A DTD must contain 5 parameter entities for each model class defined, with names consisting of the model class name suffixed by each of the "methods" sequence, alternate etc. The...
An ODD declaration like this ~~~~ Just one bob since max is not specified ~~~~ generates the following invalid content model in a DTD ~~~~ ~~~~ (Parens are needed round...
The oddbyexample stylesheet in Tools is a potentially useful way of generating automatically an ODD documenting encoding practice in a corpus of TEI documents. I've been testing it while writing...
At the moment the commands "teitopdf" and "teitoslides" both use LaTex as an intermediate format for conversion to PDf. It would be better to add an option to use FO...