Engendrer du HTML

previous next

<xsl:template match='/'>

    <html>
	<head>
		<title><xsl:value-of select='title'/></title>
	</head>
	<body>
		<xsl:apply-templates/>
	</body>
    </html>

</xsl:template>

 
 

XML/XSLT    25/2/2003

66/90