Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added info message showing the value of the "domain" param
  • Loading branch information
EsGeh authored and EsGeh committed Mar 21, 2019
1 parent d82464f commit 45236b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tei2html.xsl
Expand Up @@ -28,10 +28,12 @@

<!-- TODO: restrict values by using a datatype -->
<xsl:param name="domain" select="'http://mprl-series.mpg.de'"/>

<xsl:variable name="series" select="lower-case(/tei:TEI/tei:teiHeader/tei:fileDesc/tei:seriesStmt/tei:title)"/>
<xsl:variable name="publication_number" select="/tei:TEI/tei:teiHeader/tei:fileDesc/tei:seriesStmt/tei:idno[@type = 'number']"/>

<xsl:template match="/">
<xsl:message> domain: <xsl:value-of select="$domain"/> </xsl:message>
<xsl:call-template name="writeindexfile"/>
<xsl:call-template name="writechapterfiles"/>
</xsl:template>
Expand Down

0 comments on commit 45236b4

Please sign in to comment.