English | česky | Español | Português | Türkçe | Nederlands | По-русски | Deutsch | >> Français << | Italiano | 中文 | ქართული | Magyar | PolskiZVON > Tutorials > XML Tutorial
>> Exemple 11 << | Précédent | Suivant | Contenu

Description

Les instructions de traitement (PI - Processing instruction en anglais) permettent aux documents XML de contenir des instructions destinées aux applications.

Documents bien formés


Instructions de traitement :


<example>

<?perl lower-to-upper-case  ?>

<?web-server add-header = "université" ?>

<text>vscht</text>

</example>


Documents erronésDébut


Une instruction de traitement doit se terminer par ?>:


<example>

<?perl run _>



</example>