-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathexpath-pkg.xml
69 lines (69 loc) · 2.51 KB
/
expath-pkg.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8" ?>
<package xmlns="http://expath.org/ns/pkg" name="http://existsolutions.com/apps/tei-publisher-lib" abbrev="tei-publisher-lib" version="4.0.1" spec="1.0">
<title>TEI Publisher: Processing Model Libraries</title>
<dependency processor="http://exist-db.org" semver-min="3.6.0" />
<xquery>
<namespace>http://www.tei-c.org/tei-simple/xquery/functions</namespace>
<file>html-functions.xql</file>
</xquery>
<xquery>
<namespace>http://www.tei-c.org/tei-simple/xquery/functions/fo</namespace>
<file>fo-functions.xql</file>
</xquery>
<xquery>
<namespace>http://www.tei-c.org/tei-simple/xquery/functions/latex</namespace>
<file>latex-functions.xql</file>
</xquery>
<xquery>
<namespace>http://existsolutions.com/xquery/functions/tei</namespace>
<file>tei-functions.xql</file>
</xquery>
<xquery>
<namespace>http://www.tei-c.org/tei-simple/xquery/functions/epub</namespace>
<file>ext-epub.xql</file>
</xquery>
<xquery>
<namespace>http://www.tei-c.org/tei-simple/xquery/functions/printcss</namespace>
<file>ext-printcss.xql</file>
</xquery>
<xquery>
<namespace>http://www.tei-c.org/tei-simple/xquery/functions/docx</namespace>
<file>ext-docx.xql</file>
</xquery>
<xquery>
<namespace>http://www.tei-c.org/tei-simple/xquery/model</namespace>
<file>model.xql</file>
</xquery>
<xquery>
<namespace>http://www.tei-c.org/tei-simple/xquery/util</namespace>
<file>util.xql</file>
</xquery>
<xquery>
<namespace>http://www.tei-c.org/tei-simple/xquery/xqgen</namespace>
<file>xqgen.xql</file>
</xquery>
<xquery>
<namespace>http://www.tei-c.org/tei-simple/xquery/css</namespace>
<file>css.xql</file>
</xquery>
<xquery>
<namespace>http://www.tei-c.org/tei-simple/odd2odd</namespace>
<file>odd2odd.xql</file>
</xquery>
<xquery>
<namespace>http://www.tei-c.org/tei-simple/xquery/counters</namespace>
<file>counters.xql</file>
</xquery>
<xquery>
<namespace>http://existsolutions.com/teipublisher/docx</namespace>
<file>docx.xql</file>
</xquery>
<xquery>
<namespace>https://w3id.org/dts/api#</namespace>
<file>dts-api.xql</file>
</xquery>
<xquery>
<namespace>http://www.tei-c.org/tei-simple/xquery/config</namespace>
<file>generate-pmc.xql</file>
</xquery>
</package>