Commit 6f2118f2 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

Merge branch 'em/breadcrumb' into 'master'

On masque les witDetail et les index dans la breadcrumb

See merge request pdn-certic/MaX!105
parents 46d6a0f0 cea75a4c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -23,6 +23,9 @@
    <xsl:template match="*:rdg">
    </xsl:template>

    <xsl:template match="*:witDetail">
    </xsl:template>

    <!-- on gère les enrichissements typographiques-->
    <xsl:template match="*:hi" >
        <span>
@@ -38,5 +41,9 @@
        </xsl:attribute>
    </xsl:template>

    <xsl:template match="*:index[@indexName='Index']">
		<xsl:apply-templates select="*:term[@type='orig']/text()"/>
  </xsl:template>


</xsl:stylesheet>
 No newline at end of file