p5xsl.saxon.configuration.xml 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration xmlns="http://saxon.sf.net/ns/configuration" edition="HE" label="Procesy5"
  3. ><!-- licenseFileLocation="saxon-license.lic" --><!--<global
  4. allowExternalFunctions="true"
  5. allowMultiThreading="true"
  6. />--><!-- allowOldJavaUriFormat="false"
  7. collationUriResolver="net.sf.saxon.lib.StandardCollationURIResolver"
  8. collectionUriResolver="net.sf.saxon.lib.StandardCollectionURIResolver"
  9. compileWithTracing="false"
  10. defaultCollation="http://www.w3.org/2005/xpath-functions/collation/codepoint"
  11. defaultCollection="file:///e:/temp"
  12. dtdValidation="false"
  13. dtdValidationRecoverable="true"
  14. errorListener="net.sf.saxon.lib.StandardErrorListener"
  15. expandAttributeDefaults="true"
  16. lazyConstructionMode="false"
  17. lineNumbering="true"
  18. optimizationLevel="10"
  19. preEvaluateDoc="false"
  20. preferJaxpParser="true"
  21. recognizeUriQueryParameters="true"
  22. schemaValidation="strict"
  23. serializerFactory=""
  24. sourceResolver=""
  25. stripSpace="all"
  26. styleParser=""
  27. timing="false"
  28. traceExternalFunctions="true"
  29. traceListener="net.sf.saxon.trace.XSLTTraceListener"
  30. traceOptimizerDecisions="false"
  31. treeModel="tinyTreeCondensed"
  32. uriResolver="net.sf.saxon.lib.StandardURIResolver"
  33. usePiDisableOutputEscaping="false"
  34. useTypedValueCache="true"
  35. validationComments="false"
  36. validationWarnings="true"
  37. versionOfXml="1.0"
  38. xInclude="false" --><!--<xslt
  39. initialMode=""
  40. initialTemplate=""
  41. messageEmitter=""
  42. outputUriResolver=""
  43. recoveryPolicy="recoverWithWarnings"
  44. schemaAware="false"
  45. staticErrorListener=""
  46. staticUriResolver=""
  47. styleParser="">
  48. <extensionElement namespace="http://saxon.sf.net/sql"
  49. factory="net.sf.saxon.option.sql.SQLElementFactory"/>
  50. </xslt>-->
  51. <!--<xsltPackages>
  52. <!-\- <package name="http://package.one/" version="1.0" sourceLocation="packageOne.xsl"
  53. exportLocation="packageOne.sef"/>
  54. <package name="http://package.one/" version="2.0-beta" sourceLocation="2.0beta/packageOne.xsl"
  55. exportLocation="2.0beta/packageOne.sef"/>
  56. <package name="http://package.two/" version="8.6.3" sourceLocation="packageTwo.xsl">
  57. <withParam name="debug" select="true()"/>
  58. <withParam name="maxTransactions" select="300"/>
  59. </package>-\->
  60. <package xmlns="http://saxon.sf.net/ns/expath-pkg">
  61. <!-\-<jar>jar/expath-http-client-java.jar</jar>-\->
  62. <!-\-<jar>jar/expath-http-client-saxon.jar</jar>-\->
  63. <!-\-<jar>lib/commons-codec-1.6.jar</jar>
  64. <jar>lib/commons-logging-1.1.1.jar</jar>
  65. <jar>lib/httpclient-4.2.3.jar</jar>
  66. <jar>lib/httpcore-4.2.2.jar</jar>
  67. <jar>lib/tagsoup-1.2.jar</jar>
  68. <jar>lib/apache-mime4j-0.6.jar</jar>
  69. <function>org.expath.httpclient.saxon.SendRequestFunction</function>
  70. -\->
  71. <!-\-
  72. Must implement org.expath.saxon.java.FunctionLibrary:
  73. public interface FunctionLibrary {
  74. public registerTo(Configuration config);
  75. }
  76. -\->
  77. <!-\-library>org.expath.httpclient.saxon.HttpClientLibrary</library-\->
  78. <!-\-<xslt-wrapper>
  79. <import-uri>http://expath.org/ns/http-client.xsl</import-uri>
  80. <file>xsl/expath-http-client-saxon.xsl</file>
  81. </xslt-wrapper>-\->
  82. <!-\-<xquery-wrapper>
  83. <namespace>http://expath.org/ns/http-client</namespace>
  84. <file>xq/expath-http-client-saxon.xq</file>
  85. </xquery-wrapper>-\->
  86. <!-\-
  87. Or more consistent:
  88. <java-library>
  89. <class>org.expath.httpclient.saxon.HttpClientLibrary</class>
  90. <xsl>
  91. <import-uri>http://expath.org/ns/http-client.xsl</import-uri>
  92. <file>xsl/expath-http-client-saxon.xsl</file>
  93. </xsl>
  94. <xquery>
  95. <namespace>http://expath.org/ns/http-client</namespace>
  96. <file>xq/expath-http-client-saxon.xq</file>
  97. </xquery>
  98. </java-library>
  99. -\->
  100. <!-\-dep type="jar">
  101. <title>Apache Commons Codec 1.3</title>
  102. <home>http://jakarta.apache.org/commons/codec/</home>
  103. </dep>
  104. <dep type="jar">
  105. <title>Apache Commons Logging 1.1.1</title>
  106. <home>http://commons.apache.org/logging/</home>
  107. </dep>
  108. <dep type="jar">
  109. <title>Apache HTTP Client 4.0-beta2</title>
  110. <home>http://hc.apache.org/</home>
  111. </dep>
  112. <dep type="jar">
  113. <title>Apache HTTP Core 4.0</title>
  114. <home>http://hc.apache.org/</home>
  115. </dep>
  116. <dep type="jar">
  117. <title>Tagsoup 1.2</title>
  118. <home>http://home.ccil.org/~cowan/XML/tagsoup/</home>
  119. <href>http://home.ccil.org/~cowan/XML/tagsoup/tagsoup-1.2.jar</href>
  120. </dep-\->
  121. </package>
  122. <package xmlns="http://expath.org/ns/pkg"
  123. name="http://expath.org/lib/http-client"
  124. abbrev="expath-http-client-saxon"
  125. version="0.11.0"
  126. spec="1.0">
  127. <title>EXPath HTTP Client for Saxon</title>
  128. <home>http://expath.org/modules/http-client/</home>
  129. <dependency processor="http://saxon.sf.net/he"/>
  130. </package>
  131. </xsltPackages>-->
  132. <!--<xquery
  133. allowUpdate="true"
  134. constructionMode="preserve"
  135. defaultElementNamespace=""
  136. defaultFunctionNamespace="http://www.w3.org/2005/xpath-functions"
  137. emptyLeast="true"
  138. inheritNamespaces="true"
  139. moduleUriResolver="net.sf.saxon.lib.StandardModuleURIResolver"
  140. preserveBoundarySpace="false"
  141. preserveNamespaces="true"
  142. requiredContextItemType="document-node()"
  143. schemaAware="false"
  144. staticErrorListener=""
  145. />--><!--<xsd
  146. occurrenceLimits="100,250"
  147. schemaUriResolver="com.saxonica.config.ee.StandardSchemaResolver"
  148. useXsiSchemaLocation="false"
  149. version="1.1"
  150. />--><!--<serialization
  151. method="xml"
  152. indent="yes"
  153. saxon:indent-spaces="8"
  154. xmlns:saxon="http://saxon.sf.net/"/>--><!--<localizations defaultLanguage="en" defaultCountry="US">
  155. <localization lang="da" class="net.sf.saxon.option.local.Numberer_da"/>
  156. <localization lang="de" class="net.sf.saxon.option.local.Numberer_de"/>
  157. </localizations>--><!--<resources>
  158. <externalObjectModel>net.sf.saxon.option.xom.XOMObjectModel</externalObjectModel>
  159. <extensionFunction>s9apitest.TestIntegrationFunctions$SqrtFunction</extensionFunction>
  160. <fileExtension extension="xq" mediaType="text/plain"/>
  161. <schemaDocument>file:///c:/MyJava/samples/data/books.xsd</schemaDocument>
  162. <schemaComponentModel/>
  163. </resources>--><!--<collations>
  164. <collation uri="http://www.w3.org/2005/xpath-functions/collation/codepoint"
  165. class="net.sf.saxon.expr.sort.CodepointCollator"/>
  166. <collation uri="http://www.microsoft.com/collation/caseblind"
  167. class="net.sf.saxon.expr.sort.CodepointCollator"/>
  168. <collation uri="http://example.com/french" lang="fr" ignore-case="yes"/>
  169. </collations>-->
  170. <!--<xsltPackages>
  171. <package name="" version=""/>
  172. </xsltPackages>-->
  173. </configuration>