... you can also ...


  • supply additional (or replacement) declarations
     <!ENTITY % seg IGNORE> 
    <!ELEMENT %n.seg (#PCDATA)>
  • supply entirely new elements and embed them in the architecture
    <!ENTITY % x.phrase 'blort|'>
    <!ELEMENT blort (#PCDATA)>
    <!ATTLIST blort %a.global;
              farble (foo|bar|baz) "baz">
    

17 Next | First| Previous TEI and XML: a marriage made in heaven?