<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" indent="yes" encoding="iso-8859-1"/>
<xsl:template match="XPATH">
...
</xsl:template>
<xsl:template match="XPATH">
...
</xsl:template>
...
</xsl:stylesheet>
<xsl:template match="XPATH">
Instruction XSLT et/ou génération de texte sur la sortie
</xsl:template>