aboutsummaryrefslogtreecommitdiff
path: root/xsl/tei2txt.xsl
blob: c232f4bce23fb49b50423901d6c44012c687d831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>

<!--

This stylesheet is an alternative to tei2c5.xsl.  It was written to convert
single entry chunks (or the header chunk) into plain text.  Is is to be used
with 'xmltei2xmldict.pl'.

-->

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

  <xsl:import href="inc/teiheader2txt.xsl"/>
  <xsl:import href="inc/teientry2txt.xsl"/>
  <xsl:output method="text"/>

</xsl:stylesheet>