Skip to content
Snippets Groups Projects
Commit 9e2ec047 authored by Thorsten Vitt's avatar Thorsten Vitt
Browse files

Ignore ID attribute if ID not in document

parent 6dedcf2a
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,13 @@
<xsl:param name="autoHead">false</xsl:param>
<xsl:param name="showTitleAuthor">false</xsl:param>
<xsl:param name="cssFile"/>
<xsl:param name="outputTarget">html5</xsl:param>
<xsl:param name="outputTarget">html5</xsl:param>
<xsl:param name="requestedID">
<xsl:if test="id($ID)">
<xsl:value-of select="$ID"/>
</xsl:if>
</xsl:param>
<xsl:variable name="topNavigationPanel">false</xsl:variable>
......
......@@ -797,6 +797,7 @@
<file name="src/main/webapp/WEB-INF/tei-stylesheets/epub/tei-to-epub.xsl"/>
<file name="src/main/webapp/WEB-INF/stylesheets/tghtml-common.xsl"/>
</folder>
<folder path="src/main/webapp/WEB-INF/tei-stylesheets/"/>
<file name="src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl"/>
<file name="src/main/webapp/WEB-INF/stylesheets/extractbody.xsl"/>
<file name="src/main/webapp/WEB-INF/stylesheets/frame.xsl"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment