Skip to content

Commit

Permalink
removed obsolete spes edn-structure
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbodard committed Oct 21, 2019
1 parent e9ce874 commit 8a65eab
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions start-edition.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
<xsl:include href="htm-tpl-struct-inslib.xsl"/>
<xsl:include href="htm-tpl-struct-iospe.xsl"/>
<xsl:include href="htm-tpl-struct-sigidoc.xsl"/>
<xsl:include href="htm-tpl-struct-spes.xsl"/>
<xsl:include href="htm-tpl-struct-ecg.xsl"/>

<!-- global named templates with no html, also used by start-txt -->
Expand Down Expand Up @@ -119,19 +118,6 @@
<xsl:with-param name="parm-css-loc" select="$css-loc" tunnel="yes"/>
</xsl:call-template>
</xsl:when>
<xsl:when test="$edn-structure = 'spes'">
<xsl:call-template name="spes-structure">
<xsl:with-param name="parm-internal-app-style" select="$internal-app-style" tunnel="yes"/>
<xsl:with-param name="parm-external-app-style" select="$external-app-style" tunnel="yes"/>
<xsl:with-param name="parm-edn-structure" select="$edn-structure" tunnel="yes"/>
<xsl:with-param name="parm-edition-type" select="$edition-type" tunnel="yes"/>
<xsl:with-param name="parm-hgv-gloss" select="$hgv-gloss" tunnel="yes"/>
<xsl:with-param name="parm-leiden-style" select="$leiden-style" tunnel="yes"/>
<xsl:with-param name="parm-line-inc" select="$line-inc" tunnel="yes" as="xs:double"/>
<xsl:with-param name="parm-verse-lines" select="$verse-lines" tunnel="yes"/>
<xsl:with-param name="parm-css-loc" select="$css-loc" tunnel="yes"/>
</xsl:call-template>
</xsl:when>
<xsl:when test="$edn-structure = 'dol'">
<xsl:call-template name="dol-structure">
<xsl:with-param name="parm-internal-app-style" select="$internal-app-style" tunnel="yes"/>
Expand Down

0 comments on commit 8a65eab

Please sign in to comment.