aboutsummaryrefslogtreecommitdiff
path: root/xsl/tei2txt.xsl
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2016-11-02 02:53:46 +0000
committerFelix Hanley <felix@userspace.com.au>2016-11-02 02:53:46 +0000
commit2e2eade6c26ab1826c44d6bdb4b6418619ed5643 (patch)
treedbbdbe339434358b17874e93e7160703b71d53a3 /xsl/tei2txt.xsl
parenta454036ac1511b219249176f82ad5a7c66578c20 (diff)
downloadlahu-dictionary-master.tar.gz
lahu-dictionary-master.tar.bz2
Move to XDXF formatHEADmaster
Diffstat (limited to 'xsl/tei2txt.xsl')
-rw-r--r--xsl/tei2txt.xsl18
1 files changed, 0 insertions, 18 deletions
diff --git a/xsl/tei2txt.xsl b/xsl/tei2txt.xsl
deleted file mode 100644
index c232f4b..0000000
--- a/xsl/tei2txt.xsl
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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>
-