Customization


  • Simplest kind of customization involves redefinition of existing elements (removal followed by addition)
     <!--* in TEI.extensions.ent *--> 
    <!ENTITY % p "IGNORE">
    <!--* in TEI.extensions.dtd *--> 
    <!ELEMENT %n.p - - (#PCDATA)> 
    Note that class membership is unaffected
  • A slightly more complex kind involves adding a new element to an existing class

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