<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>

<xsl:template match="schemaCV">

<html>
    <body>
<title>Liste des C.V. des intérimaires de FENUA</title>
<p><b>Liste des C.V. des intérimaires de FENUA</b></p>


	
  				<table border="1" width="75%">
					<tr>
						<td><b>Nom</b></td>
						<td><b>Prenom</b></td>
						<td><b>Ville</b></td>
					</tr>
<xsl:for-each select="Interimaire">
					<tr>
						<td><xsl:value-of select="Identite/Nom"/></td>
						<td><xsl:value-of select="Identite/Prenom"/></td>
						<td><xsl:value-of select="Identite/Ville"/></td>
					</tr>
<br/>				
</xsl:for-each>
</table>

	

	</body>
	</html>

</xsl:template>
</xsl:stylesheet>
<!-- Stylus Studio meta-information - (c)1998-2004. Sonic Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="Motu.xml" htmlbaseurl="" outputurl="" processortype="internal" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/><MapperBlockPosition></MapperBlockPosition></MapperMetaTag>
</metaInformation>
-->