17 lines
866 B
XML
17 lines
866 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:bdf="http://banque-france.fr/namespace">
|
|
<xsl:import href="../../Ressources/XSL/Commun.xsl"/>
|
|
<xsl:import href="../../Ressources/XSL/Commun_SAA.xsl"/>
|
|
<xsl:output method="html" version="1.1" encoding="ISO-8859-1" indent="yes"/>
|
|
<xsl:param name="langage" select="'fr'"/>
|
|
<xsl:param name="familyNumber" select="''"/>
|
|
<xsl:param name="familyName" select="'SaaRalph'"/>
|
|
<xsl:param name="familyTitle" select=""Service d'alerte automatique""/>
|
|
<xsl:param name="nextModule" select="''"/>
|
|
<xsl:param name="nextId" select="''"/>
|
|
<xsl:param name="nextFamily" select="''"/>
|
|
<!-- MISE EN COMMENTAIRE : menu dynamique -->
|
|
<!--xsl:param name="menuHTML1" select="document('../menu.xhtml')"/-->
|
|
|
|
</xsl:stylesheet>
|