Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed paths
  • Loading branch information
kthoden committed Nov 15, 2019
1 parent f9e1c2c commit bb62c8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tei2eoatex.xsl
Expand Up @@ -15,12 +15,12 @@
<xsl:param name="hyphenation" as="xs:boolean" required="no" select="false()"/>
<xsl:param name="verbosity" as="xs:integer" required="no" select="0"/>

<xsl:include href="tei2eoatex_utils/eoatex_contributors.xsl"/>
<xsl:include href="tei2eoatex_utils/eoatex_frontmatter.xsl"/>
<xsl:include href="tei2eoatex_utils/eoatex_functions.xsl"/>
<xsl:include href="tei2eoatex_utils/eoatex_persons.xsl"/>
<xsl:include href="tei2eoatex_utils/eoatex_processinginstructions.xsl"/>
<xsl:include href="tei2eoatex_utils/eoatex_textparts.xsl"/>
<xsl:include href="tei2eoatex/eoatex_contributors.xsl"/>
<xsl:include href="tei2eoatex/eoatex_frontmatter.xsl"/>
<xsl:include href="tei2eoatex/eoatex_functions.xsl"/>
<xsl:include href="tei2eoatex/eoatex_persons.xsl"/>
<xsl:include href="tei2eoatex/eoatex_processinginstructions.xsl"/>
<xsl:include href="tei2eoatex/eoatex_textparts.xsl"/>

<xsl:variable name="langid" select="//tei:langUsage/tei:language/@ident"/>
<xsl:variable name="transl" select="document('data/aux/translations.xml')"/>
Expand Down

0 comments on commit bb62c8f

Please sign in to comment.