personnel1.xsl
télécharger
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
avant
<xsl:apply-templates />
apres
</xsl:template>
<xsl:template match="//nom">
<xsl:value-of select="." />
</xsl:template>
<xsl:template match="//prenom"></xsl:template>
</xsl:stylesheet>
Page générée le 27/05/2021, 09h53'27" (page virtuelle).