<xsl:template match="/">
<html>
<head>
<title>Description du service <xsl:value-of select="wsdl:definitions/@name" /></title>
<style type="text/css">
th { background-color: #adf ; color: #000 ; text-align: left; vertical-align: top}
dl { margin: 0 0 0 0em }
dt { width: 10em ; font-weight: bold ; margin: 0 }
dd { margin: -1em 0 0 10em }
</style>
</head>
<body>
<h1>Définition du service "<xsl:value-of select="wsdl:definitions/@name" />"</h1>
<xsl:apply-templates select="wsdl:definitions/wsdl:service" />
<xsl:apply-templates select="wsdl:definitions/wsdl:binding" />
<p>L'ensemble de cette mise en forme est réalisée par
une feuille de style XSL, sans code autre.
<p>Merci d'avance de vos <a href="mailto:support@osinet.fr">remarques</a></p>
<p>(c) 2002 OSI / FG Marand</p>
</body>
</html>
</xsl:template>
</xsl:stylesheet>