Engendrer du HTML

previous next

<xsl:template match='/'>

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

</xsl:template>

 
 

XPath/XSLT/XSLT    5/3/2004

23/53