-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsaxon-local.xml
22 lines (19 loc) · 1 KB
/
saxon-local.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is a Saxon configuration file.
For documentation on the contents of a Saxon configuration file, see
http://www.saxonica.com/documentation/index/configuration-file.html
-->
<configuration edition="HE" xmlns="http://saxon.sf.net/ns/configuration">
<xsltPackages>
<package
name="https://scdh.zivgitlabpages.uni-muenster.de/tei-processing/x2tei-transformations/xsl/docx/docx2tei.xsl"
version="1.0.0" sourceLocation="xsl/docx/docx2tei.xsl"/>
<package
name="https://scdh.zivgitlabpages.uni-muenster.de/tei-processing/x2tei-transformations/xsl/pagexml/pagecontent2tei.xsl"
version="1.0.0" sourceLocation="xsl/pagexml/pagecontent2tei.xsl"/>
<package
name="https://scdh.zivgitlabpages.uni-muenster.de/tei-processing/x2tei-transformations/xsl/pagexml/tei-pagexml-mapping.xsl"
version="1.0.0" sourceLocation="xsl/pagexml/tei-pagexml-mapping.xsl"/>
</xsltPackages>
</configuration>