Skip to content

Commit

Permalink
updated boilerplate (param for bibliography)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillgrallert committed Mar 24, 2023
1 parent c1d575d commit 1378412
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions xslt-boilerplate/teibp_parameters.xsl
Expand Up @@ -12,7 +12,7 @@
</xd:desc>
</xd:doc>

<!-- Load all other stylesheets -->
<!-- Load all other stylesheets: this should be moved to the main stylesheet as this is not going to be something one will want to change -->
<!-- import the standard TEI Boilerplate stylesheets. If you link to versions hosted on GitHub make sure to point to a stable version to ensure that future changes won't break your set-up -->
<xsl:include href="https://openarabicpe.github.io/tei-boilerplate-arabic-editions/boilerplate/xslt/teibp_main.xsl"/>
<xsl:include href="https://openarabicpe.github.io/tei-boilerplate-arabic-editions/boilerplate/xslt/teibp_sourcedesc.xsl"/>
Expand Down Expand Up @@ -41,10 +41,14 @@
<xsl:param name="p_lang-interface-same-as-text" select="true()"/>
<!-- select the colour scheme for heads; currently available options: red, blue, green -->
<xsl:param name="p_color-scheme" select="'blue'"/>
<!-- parameter to select the mimeType. In some cases tiff might be more efficient than jpeg -->
<!-- parameter to select the mimeType. In some cases tiff might be more efficient than jpeg. Note that JPG is the fallback if the preferred format isn't present -->
<xsl:param name="p_mimetype" select="'image/tiff'"/>
<!-- toggle the width of the columns. If set to true(), the facsimiles will take up most of the available space -->
<xsl:param name="p_facsimile-only" select="false()"/>

<!-- link authority files -->
<xsl:param name="p_bibliography" select="document('https://openarabicpe.github.io/authority-files/data/tei/bibliography_OpenArabicPE-periodicals.TEIP5.xml')"/>
<!-- <xsl:param name="p_bibliography" select="document('../../authority-files/data/tei/bibliography_OpenArabicPE-periodicals.TEIP5.xml')"/> -->

<!-- original TEI Boilerplate stuff -->
<xsl:param name="teibpHome" select="'http://dcl.slis.indiana.edu/teibp/'"/>
Expand Down

0 comments on commit 1378412

Please sign in to comment.