|
@@ -0,0 +1,186 @@
|
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
+<configuration xmlns="http://saxon.sf.net/ns/configuration" edition="HE" label="Procesy5"
|
|
|
|
|
+ ><!-- licenseFileLocation="saxon-license.lic" --><!--<global
|
|
|
|
|
+ allowExternalFunctions="true"
|
|
|
|
|
+ allowMultiThreading="true"
|
|
|
|
|
+ />--><!-- allowOldJavaUriFormat="false"
|
|
|
|
|
+ collationUriResolver="net.sf.saxon.lib.StandardCollationURIResolver"
|
|
|
|
|
+ collectionUriResolver="net.sf.saxon.lib.StandardCollectionURIResolver"
|
|
|
|
|
+ compileWithTracing="false"
|
|
|
|
|
+ defaultCollation="http://www.w3.org/2005/xpath-functions/collation/codepoint"
|
|
|
|
|
+ defaultCollection="file:///e:/temp"
|
|
|
|
|
+ dtdValidation="false"
|
|
|
|
|
+ dtdValidationRecoverable="true"
|
|
|
|
|
+ errorListener="net.sf.saxon.lib.StandardErrorListener"
|
|
|
|
|
+ expandAttributeDefaults="true"
|
|
|
|
|
+ lazyConstructionMode="false"
|
|
|
|
|
+ lineNumbering="true"
|
|
|
|
|
+ optimizationLevel="10"
|
|
|
|
|
+ preEvaluateDoc="false"
|
|
|
|
|
+ preferJaxpParser="true"
|
|
|
|
|
+ recognizeUriQueryParameters="true"
|
|
|
|
|
+ schemaValidation="strict"
|
|
|
|
|
+ serializerFactory=""
|
|
|
|
|
+ sourceResolver=""
|
|
|
|
|
+ stripSpace="all"
|
|
|
|
|
+ styleParser=""
|
|
|
|
|
+ timing="false"
|
|
|
|
|
+ traceExternalFunctions="true"
|
|
|
|
|
+ traceListener="net.sf.saxon.trace.XSLTTraceListener"
|
|
|
|
|
+ traceOptimizerDecisions="false"
|
|
|
|
|
+ treeModel="tinyTreeCondensed"
|
|
|
|
|
+ uriResolver="net.sf.saxon.lib.StandardURIResolver"
|
|
|
|
|
+ usePiDisableOutputEscaping="false"
|
|
|
|
|
+ useTypedValueCache="true"
|
|
|
|
|
+ validationComments="false"
|
|
|
|
|
+ validationWarnings="true"
|
|
|
|
|
+ versionOfXml="1.0"
|
|
|
|
|
+ xInclude="false" --><!--<xslt
|
|
|
|
|
+ initialMode=""
|
|
|
|
|
+ initialTemplate=""
|
|
|
|
|
+ messageEmitter=""
|
|
|
|
|
+ outputUriResolver=""
|
|
|
|
|
+ recoveryPolicy="recoverWithWarnings"
|
|
|
|
|
+ schemaAware="false"
|
|
|
|
|
+ staticErrorListener=""
|
|
|
|
|
+ staticUriResolver=""
|
|
|
|
|
+ styleParser="">
|
|
|
|
|
+ <extensionElement namespace="http://saxon.sf.net/sql"
|
|
|
|
|
+ factory="net.sf.saxon.option.sql.SQLElementFactory"/>
|
|
|
|
|
+ </xslt>-->
|
|
|
|
|
+ <!--<xsltPackages>
|
|
|
|
|
+ <!-\- <package name="http://package.one/" version="1.0" sourceLocation="packageOne.xsl"
|
|
|
|
|
+ exportLocation="packageOne.sef"/>
|
|
|
|
|
+ <package name="http://package.one/" version="2.0-beta" sourceLocation="2.0beta/packageOne.xsl"
|
|
|
|
|
+ exportLocation="2.0beta/packageOne.sef"/>
|
|
|
|
|
+ <package name="http://package.two/" version="8.6.3" sourceLocation="packageTwo.xsl">
|
|
|
|
|
+ <withParam name="debug" select="true()"/>
|
|
|
|
|
+ <withParam name="maxTransactions" select="300"/>
|
|
|
|
|
+ </package>-\->
|
|
|
|
|
+
|
|
|
|
|
+ <package xmlns="http://saxon.sf.net/ns/expath-pkg">
|
|
|
|
|
+
|
|
|
|
|
+ <!-\-<jar>jar/expath-http-client-java.jar</jar>-\->
|
|
|
|
|
+ <!-\-<jar>jar/expath-http-client-saxon.jar</jar>-\->
|
|
|
|
|
+ <!-\-<jar>lib/commons-codec-1.6.jar</jar>
|
|
|
|
|
+ <jar>lib/commons-logging-1.1.1.jar</jar>
|
|
|
|
|
+ <jar>lib/httpclient-4.2.3.jar</jar>
|
|
|
|
|
+ <jar>lib/httpcore-4.2.2.jar</jar>
|
|
|
|
|
+ <jar>lib/tagsoup-1.2.jar</jar>
|
|
|
|
|
+ <jar>lib/apache-mime4j-0.6.jar</jar>
|
|
|
|
|
+
|
|
|
|
|
+ <function>org.expath.httpclient.saxon.SendRequestFunction</function>
|
|
|
|
|
+ -\->
|
|
|
|
|
+ <!-\-
|
|
|
|
|
+ Must implement org.expath.saxon.java.FunctionLibrary:
|
|
|
|
|
+
|
|
|
|
|
+ public interface FunctionLibrary {
|
|
|
|
|
+ public registerTo(Configuration config);
|
|
|
|
|
+ }
|
|
|
|
|
+ -\->
|
|
|
|
|
+ <!-\-library>org.expath.httpclient.saxon.HttpClientLibrary</library-\->
|
|
|
|
|
+
|
|
|
|
|
+ <!-\-<xslt-wrapper>
|
|
|
|
|
+ <import-uri>http://expath.org/ns/http-client.xsl</import-uri>
|
|
|
|
|
+ <file>xsl/expath-http-client-saxon.xsl</file>
|
|
|
|
|
+ </xslt-wrapper>-\->
|
|
|
|
|
+ <!-\-<xquery-wrapper>
|
|
|
|
|
+ <namespace>http://expath.org/ns/http-client</namespace>
|
|
|
|
|
+ <file>xq/expath-http-client-saxon.xq</file>
|
|
|
|
|
+ </xquery-wrapper>-\->
|
|
|
|
|
+
|
|
|
|
|
+ <!-\-
|
|
|
|
|
+ Or more consistent:
|
|
|
|
|
+
|
|
|
|
|
+ <java-library>
|
|
|
|
|
+ <class>org.expath.httpclient.saxon.HttpClientLibrary</class>
|
|
|
|
|
+ <xsl>
|
|
|
|
|
+ <import-uri>http://expath.org/ns/http-client.xsl</import-uri>
|
|
|
|
|
+ <file>xsl/expath-http-client-saxon.xsl</file>
|
|
|
|
|
+ </xsl>
|
|
|
|
|
+ <xquery>
|
|
|
|
|
+ <namespace>http://expath.org/ns/http-client</namespace>
|
|
|
|
|
+ <file>xq/expath-http-client-saxon.xq</file>
|
|
|
|
|
+ </xquery>
|
|
|
|
|
+ </java-library>
|
|
|
|
|
+ -\->
|
|
|
|
|
+ <!-\-dep type="jar">
|
|
|
|
|
+ <title>Apache Commons Codec 1.3</title>
|
|
|
|
|
+ <home>http://jakarta.apache.org/commons/codec/</home>
|
|
|
|
|
+ </dep>
|
|
|
|
|
+ <dep type="jar">
|
|
|
|
|
+ <title>Apache Commons Logging 1.1.1</title>
|
|
|
|
|
+ <home>http://commons.apache.org/logging/</home>
|
|
|
|
|
+ </dep>
|
|
|
|
|
+ <dep type="jar">
|
|
|
|
|
+ <title>Apache HTTP Client 4.0-beta2</title>
|
|
|
|
|
+ <home>http://hc.apache.org/</home>
|
|
|
|
|
+ </dep>
|
|
|
|
|
+ <dep type="jar">
|
|
|
|
|
+ <title>Apache HTTP Core 4.0</title>
|
|
|
|
|
+ <home>http://hc.apache.org/</home>
|
|
|
|
|
+ </dep>
|
|
|
|
|
+ <dep type="jar">
|
|
|
|
|
+ <title>Tagsoup 1.2</title>
|
|
|
|
|
+ <home>http://home.ccil.org/~cowan/XML/tagsoup/</home>
|
|
|
|
|
+ <href>http://home.ccil.org/~cowan/XML/tagsoup/tagsoup-1.2.jar</href>
|
|
|
|
|
+ </dep-\->
|
|
|
|
|
+
|
|
|
|
|
+ </package>
|
|
|
|
|
+
|
|
|
|
|
+ <package xmlns="http://expath.org/ns/pkg"
|
|
|
|
|
+ name="http://expath.org/lib/http-client"
|
|
|
|
|
+ abbrev="expath-http-client-saxon"
|
|
|
|
|
+ version="0.11.0"
|
|
|
|
|
+ spec="1.0">
|
|
|
|
|
+ <title>EXPath HTTP Client for Saxon</title>
|
|
|
|
|
+ <home>http://expath.org/modules/http-client/</home>
|
|
|
|
|
+ <dependency processor="http://saxon.sf.net/he"/>
|
|
|
|
|
+ </package>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ </xsltPackages>-->
|
|
|
|
|
+
|
|
|
|
|
+ <!--<xquery
|
|
|
|
|
+ allowUpdate="true"
|
|
|
|
|
+ constructionMode="preserve"
|
|
|
|
|
+ defaultElementNamespace=""
|
|
|
|
|
+ defaultFunctionNamespace="http://www.w3.org/2005/xpath-functions"
|
|
|
|
|
+ emptyLeast="true"
|
|
|
|
|
+ inheritNamespaces="true"
|
|
|
|
|
+ moduleUriResolver="net.sf.saxon.lib.StandardModuleURIResolver"
|
|
|
|
|
+ preserveBoundarySpace="false"
|
|
|
|
|
+ preserveNamespaces="true"
|
|
|
|
|
+ requiredContextItemType="document-node()"
|
|
|
|
|
+ schemaAware="false"
|
|
|
|
|
+ staticErrorListener=""
|
|
|
|
|
+ />--><!--<xsd
|
|
|
|
|
+ occurrenceLimits="100,250"
|
|
|
|
|
+ schemaUriResolver="com.saxonica.config.ee.StandardSchemaResolver"
|
|
|
|
|
+ useXsiSchemaLocation="false"
|
|
|
|
|
+ version="1.1"
|
|
|
|
|
+ />--><!--<serialization
|
|
|
|
|
+ method="xml"
|
|
|
|
|
+ indent="yes"
|
|
|
|
|
+ saxon:indent-spaces="8"
|
|
|
|
|
+ xmlns:saxon="http://saxon.sf.net/"/>--><!--<localizations defaultLanguage="en" defaultCountry="US">
|
|
|
|
|
+ <localization lang="da" class="net.sf.saxon.option.local.Numberer_da"/>
|
|
|
|
|
+ <localization lang="de" class="net.sf.saxon.option.local.Numberer_de"/>
|
|
|
|
|
+ </localizations>--><!--<resources>
|
|
|
|
|
+ <externalObjectModel>net.sf.saxon.option.xom.XOMObjectModel</externalObjectModel>
|
|
|
|
|
+ <extensionFunction>s9apitest.TestIntegrationFunctions$SqrtFunction</extensionFunction>
|
|
|
|
|
+ <fileExtension extension="xq" mediaType="text/plain"/>
|
|
|
|
|
+ <schemaDocument>file:///c:/MyJava/samples/data/books.xsd</schemaDocument>
|
|
|
|
|
+ <schemaComponentModel/>
|
|
|
|
|
+ </resources>--><!--<collations>
|
|
|
|
|
+ <collation uri="http://www.w3.org/2005/xpath-functions/collation/codepoint"
|
|
|
|
|
+ class="net.sf.saxon.expr.sort.CodepointCollator"/>
|
|
|
|
|
+ <collation uri="http://www.microsoft.com/collation/caseblind"
|
|
|
|
|
+ class="net.sf.saxon.expr.sort.CodepointCollator"/>
|
|
|
|
|
+ <collation uri="http://example.com/french" lang="fr" ignore-case="yes"/>
|
|
|
|
|
+ </collations>-->
|
|
|
|
|
+ <!--<xsltPackages>
|
|
|
|
|
+ <package name="" version=""/>
|
|
|
|
|
+ </xsltPackages>-->
|
|
|
|
|
+ </configuration>
|