MuXHTML
From the Open Siddur Project Development Wiki
muXHTML is the output format of the reference implementation of the JLPTEI transforms. It uses a minimal subset of XHTML to represent all the data contained in the JLPTEI. That may be styled using CSS or transformed to other formats. All concurrent hierarchies are joined into one tree; most TEI elements are represented as xhtml:div elements, with @class attributes representing their types.
Classes
| Class | Purpose | TEI equivalent | Comments |
| ab | anonymous block | tei:ab | Just a container; Does not imply anything about the document structure |
| read | kri | tei:choice/j:read | |
| written | ktiv | tei:choice/j:written | |
| cit | cited text | tei:cit | |
| div | division from original text | tei:div | |
| div-x | typed division | tei:div[@type='x'] | |
| head | header | tei:head | |
| lg | poetic line group | tei:lg | |
| l | poetic line | tei:l | |
| p | paragraph | tei:p | |
| quote | quoted text | tei:quote | |
| s | sentence | tei:s | |
| seg | text segment | tei:seg | |
| title | title of text | tei:title | becomes element title, not a div |
| divineName | God's name | j:divineName | |
| original | original part of a parallel text | j:original | |
| parallel | parallel part of a parallel text | j:parallel | |
| parallelGrp | holds the parallel group | j:parallelGrp | |
| first-part | placed on the first part of any broken-up element | * | |
| placed on any middle parts of broken-up elements | * | ||
| placed on the last part of a broken-up element | * |
