[Next] [Previous] [First]

Exemple de correction (2)

Instance source Instance corrigée
<Mail>
  <Recipient>
   Cecile.Roisin@inrialpes.fr
  </Recipient> 
  <Sender>
    Stephane.Bonhomme@inrialpes.fr
  </Sender>
  <Subject>littérature XML</Subject>
  <Textbody>
    <P>Bonjour Cécile,</P>
    <P>As-tu lu "SGML, Java and the 
       Future of the Web" ?</P>
    <P>Stéphane.</P>
  </Textbody>
</Mail>
<Message>
  <Destinataire>
   Cecile.Roisin@inrialpes.fr
  </Destinataire> 
  <Expediteur>
    Stephane.Bonhomme@inrialpes.fr
  </Expediteur>
  <Contenu>
    <Titre>littérature XML</Titre>
    <Corps>
      <Para>Bonjour Cécile,</Para>
      <Para>As-tu lu "SGML, Java and the
            Future of the Web" ?</Para>
      <Para>Stéphane.</Para>
    </Corps>
  </Contenu>
</Message>