|
|
@@ -2,7 +2,11 @@
|
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
|
<xsl:decimal-format name="europe" decimal-separator=',' grouping-separator='.' />
|
|
|
<xsl:output method="xml" encoding="UTF-8" />
|
|
|
+
|
|
|
<xsl:template match="college">
|
|
|
+ <title>
|
|
|
+ <xsl:value-of select="Etablissement/NomCollegePourPresentation"/>
|
|
|
+ </title>
|
|
|
<div id="conteneur">
|
|
|
<div>
|
|
|
<img src="images/logocg67N.gif" alt="Logo du CG67"></img>
|