Loading module/StepStar/config/module.config.php +4 −2 Original line number Diff line number Diff line Loading @@ -79,8 +79,10 @@ return [ 'xsl_template_params' => [ 'etablissementStepStar' => 'XXXX', 'autoriteSudoc_etabSoutenance' => '123456789', 'thesesRootTag' => 'THESES', 'theseTag' => 'THESE', 'these' => [ 'rootTag' => 'THESES', 'tag' => 'THESE', ], // 'resultDocumentHref' => '{$ETABLISSEMENT}_{THESE_ID}_{CODE_ETAB_SOUT}_{CODE_ETUDIANT}.tef.xml', ], ], Loading module/StepStar/config/xml2tef.xsl.twig +2 −2 Original line number Diff line number Diff line Loading @@ -31,11 +31,11 @@ que ces méta sont saisies dans les formulaires STAR. C'est au choix. <xsl:param name="langue_de_these">fr</xsl:param> <xsl:template match="/"> <xsl:apply-templates select="//{{ thesesRootTag }}"/> <xsl:apply-templates select="//{{ these.rootTag }}"/> </xsl:template> <!-- Thèse --> <xsl:template match="{{ theseTag }}"> <xsl:template match="{{ these.tag }}"> <!-- --> <xsl:result-document href="{{ resultDocumentHref }}"> <!-- --> Loading module/StepStar/src/StepStar/Service/Xsl/XslServiceFactory.php +1 −2 Original line number Diff line number Diff line Loading @@ -34,8 +34,7 @@ class XslServiceFactory implements FactoryInterface $keys = [ 'etablissementStepStar', 'autoriteSudoc_etabSoutenance', 'thesesRootTag', 'theseTag', 'these', // 'resultDocumentHref', ]; Loading Loading
module/StepStar/config/module.config.php +4 −2 Original line number Diff line number Diff line Loading @@ -79,8 +79,10 @@ return [ 'xsl_template_params' => [ 'etablissementStepStar' => 'XXXX', 'autoriteSudoc_etabSoutenance' => '123456789', 'thesesRootTag' => 'THESES', 'theseTag' => 'THESE', 'these' => [ 'rootTag' => 'THESES', 'tag' => 'THESE', ], // 'resultDocumentHref' => '{$ETABLISSEMENT}_{THESE_ID}_{CODE_ETAB_SOUT}_{CODE_ETUDIANT}.tef.xml', ], ], Loading
module/StepStar/config/xml2tef.xsl.twig +2 −2 Original line number Diff line number Diff line Loading @@ -31,11 +31,11 @@ que ces méta sont saisies dans les formulaires STAR. C'est au choix. <xsl:param name="langue_de_these">fr</xsl:param> <xsl:template match="/"> <xsl:apply-templates select="//{{ thesesRootTag }}"/> <xsl:apply-templates select="//{{ these.rootTag }}"/> </xsl:template> <!-- Thèse --> <xsl:template match="{{ theseTag }}"> <xsl:template match="{{ these.tag }}"> <!-- --> <xsl:result-document href="{{ resultDocumentHref }}"> <!-- --> Loading
module/StepStar/src/StepStar/Service/Xsl/XslServiceFactory.php +1 −2 Original line number Diff line number Diff line Loading @@ -34,8 +34,7 @@ class XslServiceFactory implements FactoryInterface $keys = [ 'etablissementStepStar', 'autoriteSudoc_etabSoutenance', 'thesesRootTag', 'theseTag', 'these', // 'resultDocumentHref', ]; Loading