Documenti XML ben strutturati
[ < prec ] indice dell'argomento [ succ > ]

Esempio di documento non ben strutturato:

<badxml>
  <this>Documento non valido</this>
  <that>Vuoi sapere perche' ?</that>
  <badxml>Perche' l'elemento radice (root element) deve essere unico. 
  Non puo' apparire dentro se stesso!</badxml>
  <start>E anche questa linea e' sbagliata!</end>
</badxml>


[ < prec ] indice dell'argomento [ succ > ]