-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsaxon-config.xml
More file actions
23 lines (19 loc) · 841 Bytes
/
saxon-config.xml
File metadata and controls
23 lines (19 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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">
<!-- security settings. Read security.md before changing! -->
<global
allowedProtocols="file"
unparsedTextURIResolver="net.sf.saxon.lib.StandardUnparsedTextResolver"
uriResolver="net.sf.saxon.lib.StandardURIResolver"
/>
<resources>
<!-- register the extension functions -->
<extensionFunction>org.teic.teixptr.implementation.extensions.Forrest</extensionFunction>
<extensionFunction>org.teic.teixptr.implementation.extensions.GetSequence</extensionFunction>
</resources>
</configuration>