diff --git a/scenarios/xslt/edxml2html/libs/html-philology.lib.xsl b/scenarios/xslt/edxml2html/libs/html-philology.lib.xsl index f1f046f05c870dad867d5c4aae9e70769a3edf5a..2b267b527cc7ea7a9aa60e752a96c6d45afa36d8 100644 --- a/scenarios/xslt/edxml2html/libs/html-philology.lib.xsl +++ b/scenarios/xslt/edxml2html/libs/html-philology.lib.xsl @@ -35,14 +35,8 @@ <xsl:variable name="id" select="if(@xml:id) then (@xml:id) else ('facs_'||generate-id(.))"/> <xsl:variable name="corresp" select="if(@corresp) then (tokenize(@corresp, ' ')) else (false())"/> <div class="unit" id="{$id}" data-corresp="{$corresp}"> - <!--<h2 class="head hide"> - <a class="anchor" href="#{$id}"> - <span class="unit-label">Kolon</span> - <span class="unit-nr"><xsl:apply-templates select="@n"/></span> - </a> - </h2>--> <div class="container unit-container"> - <div class="anchor-container"> + <!--<div class="anchor-container"> <a class="anchor" href="#{$id}"> <span class="unit-label">Kolon</span> <span class="unit-nr"> @@ -54,7 +48,7 @@ <xsl:value-of select="count(preceding::unit)+1"/> </span> </a> - </div> + </div>--> <xsl:apply-templates /> </div> </div>