Skip to content

Commit

Permalink
strip first <head>
Browse files Browse the repository at this point in the history
  • Loading branch information
glorieux-f committed Aug 20, 2023
1 parent bc1e32e commit 112d8f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tei_latex/tei_textstructure_latex.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,12 @@ A light version for XSLT1, with local improvements.
<xsl:apply-templates/>
</xsl:template>

<xsl:template match="tei:body/tei:head">
<!-- What should be done with that ? -->
</xsl:template>

<xsl:template match="
tei:back/tei:head
| tei:body/tei:head
| tei:div/tei:head
| tei:div1/tei:head
| tei:div2/tei:head
Expand Down

0 comments on commit 112d8f9

Please sign in to comment.