Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 683 Bytes

ODDchaine.md

File metadata and controls

15 lines (14 loc) · 683 Bytes

Procédure ODD chainé pour SPM

  • Transformer HALSpecification.xml avec odd2odd.xsl pour obtenir un fichier ODD compiled. Renommé ce fichier HALSpecification.compiled.xml
  • Contrôler le fichier HALSpecification.compiled.xml car quelques erreurs peuvent apparaitre au moment de la transformation
  • Créer un fichier ODD dans Oxygen
  • Modifier l'élément schemaSpec pour inclure l'appel à HALSpecification.compiled.xml. Exemple :
 <schemaSpec ident="SPM"
    source="HALSpecification.compiled.xml" start="TEI">
    <moduleRef key="tei"/>
    <moduleRef key="header" except="funder"/>
    <moduleRef key="core"/>
    <moduleRef key="textstructure"/>
  </schemaSpec>