blob: e6881361512371981f7ef7e20a5c5f2d226b3dd5 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001<?xml version="1.0"?>
2<!--
3<!DOCTYPE Configuration SYSTEM "config.dtd">
4-->
5<!-- This configuration file is used for configuration of the com.sun.org.apache.xml.internal.security package -->
6<Configuration target="com.sun.org.apache.xml.internal.security" xmlns="http://www.xmlsecurity.org/NS/#configuration">
7 <CanonicalizationMethods>
8 <CanonicalizationMethod URI="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"
9 JAVACLASS="com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315OmitComments" />
10 <CanonicalizationMethod URI="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"
11 JAVACLASS="com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315WithComments" />
12
13 <CanonicalizationMethod URI="http://www.w3.org/2001/10/xml-exc-c14n#"
14 JAVACLASS="com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315ExclOmitComments"/>
15 <CanonicalizationMethod URI="http://www.w3.org/2001/10/xml-exc-c14n#WithComments"
16 JAVACLASS="com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315ExclWithComments"/>
17 </CanonicalizationMethods>
18 <TransformAlgorithms>
19 <!-- Base64 -->
20 <TransformAlgorithm URI="http://www.w3.org/2000/09/xmldsig#base64"
21 JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformBase64Decode" />
22 <!-- c14n omitting comments -->
23 <TransformAlgorithm URI="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"
24 JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformC14N" />
25 <!-- c14n with comments -->
26 <TransformAlgorithm URI="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"
27 JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformC14NWithComments" />
28 <!-- exclusive c14n omitting comments -->
29 <TransformAlgorithm URI="http://www.w3.org/2001/10/xml-exc-c14n#"
30 JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformC14NExclusive" />
31 <!-- exclusive c14n with comments -->
32 <TransformAlgorithm URI="http://www.w3.org/2001/10/xml-exc-c14n#WithComments"
33 JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformC14NExclusiveWithComments" />
34
35 <!-- XPath transform -->
36 <TransformAlgorithm URI="http://www.w3.org/TR/1999/REC-xpath-19991116"
37 JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformXPath" />
38 <!-- enveloped signature -->
39 <TransformAlgorithm URI="http://www.w3.org/2000/09/xmldsig#enveloped-signature"
40 JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformEnvelopedSignature" />
41 <!-- XSLT -->
42 <TransformAlgorithm URI="http://www.w3.org/TR/1999/REC-xslt-19991116"
43 JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformXSLT" />
44 <!-- XPath version 2 -->
45 <TransformAlgorithm URI="http://www.w3.org/2002/04/xmldsig-filter2"
46 JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformXPath2Filter" />
47 <!-- XPath version 2b -->
48 <TransformAlgorithm URI="http://www.w3.org/2002/06/xmldsig-filter2"
49 JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformXPath2Filter" />
50 </TransformAlgorithms>
51 <SignatureAlgorithms>
52 <SignatureAlgorithm URI="http://www.w3.org/2000/09/xmldsig#dsa-sha1"
53 JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureDSA" />
54 <SignatureAlgorithm URI="http://www.w3.org/2000/09/xmldsig#rsa-sha1"
55 JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA1" />
56 <SignatureAlgorithm URI="http://www.w3.org/2000/09/xmldsig#hmac-sha1"
57 JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.IntegrityHmac$IntegrityHmacSHA1" />
58
59 <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-md5"
60 JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSAMD5" />
61 <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160"
62 JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSARIPEMD160" />
63 <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
64 JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA256" />
65 <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-sha384"
66 JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA384" />
67 <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"
68 JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA512" />
69
70 <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-md5"
71 JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.IntegrityHmac$IntegrityHmacMD5" />
72 <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-ripemd160"
73 JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.IntegrityHmac$IntegrityHmacRIPEMD160" />
74 <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-sha256"
75 JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.IntegrityHmac$IntegrityHmacSHA256" />
76 <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-sha384"
77 JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.IntegrityHmac$IntegrityHmacSHA384" />
78 <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-sha512"
79 JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.IntegrityHmac$IntegrityHmacSHA512" />
80 </SignatureAlgorithms>
81 <JCEAlgorithmMappings>
82 <Algorithms>
83 <!-- MessageDigest Algorithms -->
84 <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#md5"
85 Description="MD5 message digest from RFC 1321"
86 AlgorithmClass="MessageDigest"
87 RequirementLevel="NOT RECOMMENDED"
88 SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
89 JCEName="MD5"/>
90
91 <Algorithm URI="http://www.w3.org/2001/04/xmlenc#ripemd160"
92 Description="RIPEMD-160 message digest"
93 AlgorithmClass="MessageDigest"
94 RequirementLevel="OPTIONAL"
95 JCEName="RIPEMD160"/>
96
97 <Algorithm URI="http://www.w3.org/2000/09/xmldsig#sha1"
98 Description="SHA-1 message digest"
99 AlgorithmClass="MessageDigest"
100 RequirementLevel="REQUIRED"
101 JCEName="SHA-1"/>
102
103 <Algorithm URI="http://www.w3.org/2001/04/xmlenc#sha256"
104 Description="SHA-1 message digest with 256 bit"
105 AlgorithmClass="MessageDigest"
106 RequirementLevel="RECOMMENDED"
107 JCEName="SHA-256"/>
108
109 <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#sha384"
110 Description="SHA message digest with 384 bit"
111 AlgorithmClass="MessageDigest"
112 RequirementLevel="OPTIONAL"
113 SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
114 JCEName="SHA-384"/>
115
116 <Algorithm URI="http://www.w3.org/2001/04/xmlenc#sha512"
117 Description="SHA-1 message digest with 512 bit"
118 AlgorithmClass="MessageDigest"
119 RequirementLevel="OPTIONAL"
120 JCEName="SHA-512"/>
121
122 <!-- Signature Algorithms -->
123 <Algorithm URI="http://www.w3.org/2000/09/xmldsig#dsa-sha1"
124 Description="Digital Signature Algorithm with SHA-1 message digest"
125 AlgorithmClass="Signature"
126 RequirementLevel="REQUIRED"
127 JCEName="SHA1withDSA"/>
128
129 <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-md5"
130 Description="RSA Signature with MD5 message digest"
131 AlgorithmClass="Signature"
132 RequirementLevel="NOT RECOMMENDED"
133 SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
134 JCEName="MD5withRSA"/>
135
136 <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160"
137 Description="RSA Signature with RIPEMD-160 message digest"
138 AlgorithmClass="Signature"
139 RequirementLevel="OPTIONAL"
140 SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
141 JCEName="RIPEMD160withRSA"/>
142
143 <Algorithm URI="http://www.w3.org/2000/09/xmldsig#rsa-sha1"
144 Description="RSA Signature with SHA-1 message digest"
145 AlgorithmClass="Signature"
146 RequirementLevel="RECOMMENDED"
147 JCEName="SHA1withRSA"/>
148
149 <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
150 Description="RSA Signature with SHA-256 message digest"
151 AlgorithmClass="Signature"
152 RequirementLevel="OPTIONAL"
153 SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
154 JCEName="SHA256withRSA"/>
155
156 <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-sha384"
157 Description="RSA Signature with SHA-384 message digest"
158 AlgorithmClass="Signature"
159 RequirementLevel="OPTIONAL"
160 SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
161 JCEName="SHA384withRSA"/>
162
163 <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"
164 Description="RSA Signature with SHA-512 message digest"
165 AlgorithmClass="Signature"
166 RequirementLevel="OPTIONAL"
167 SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
168 JCEName="SHA512withRSA"/>
169
170 <!-- MAC Algorithms -->
171 <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-md5"
172 Description="Message Authentication code using MD5"
173 AlgorithmClass="Mac"
174 RequirementLevel="NOT RECOMMENDED"
175 SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
176 JCEName="HmacMD5"/>
177
178 <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-ripemd160"
179 Description="Message Authentication code using RIPEMD-160"
180 AlgorithmClass="Mac"
181 RequirementLevel="OPTIONAL"
182 SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
183 JCEName="HMACRIPEMD160"/>
184
185 <Algorithm URI="http://www.w3.org/2000/09/xmldsig#hmac-sha1"
186 Description="Message Authentication code using SHA1"
187 AlgorithmClass="Mac"
188 RequirementLevel="REQUIRED"
189 JCEName="HmacSHA1"/>
190
191 <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-sha256"
192 Description="Message Authentication code using SHA-256"
193 AlgorithmClass="Mac"
194 RequirementLevel="OPTIONAL"
195 SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
196 JCEName="HmacSHA256"/>
197
198 <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-sha384"
199 Description="Message Authentication code using SHA-384"
200 AlgorithmClass="Mac"
201 RequirementLevel="OPTIONAL"
202 SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
203 JCEName="HmacSHA384"/>
204
205 <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-sha512"
206 Description="Message Authentication code using SHA-512"
207 AlgorithmClass="Mac"
208 RequirementLevel="OPTIONAL"
209 SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
210 JCEName="HmacSHA512"/>
211
212 <!-- Block encryption Algorithms -->
213 <Algorithm URI="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"
214 Description="Block encryption using Triple-DES"
215 AlgorithmClass="BlockEncryption"
216 RequirementLevel="REQUIRED"
217 KeyLength="192"
218 RequiredKey="DESede"
219 JCEName="DESede/CBC/ISO10126Padding"/>
220
221 <Algorithm URI="http://www.w3.org/2001/04/xmlenc#aes128-cbc"
222 Description="Block encryption using AES with a key length of 128 bit"
223 AlgorithmClass="BlockEncryption"
224 RequirementLevel="REQUIRED"
225 KeyLength="128"
226 RequiredKey="AES"
227 JCEName="AES/CBC/ISO10126Padding"/>
228
229 <Algorithm URI="http://www.w3.org/2001/04/xmlenc#aes192-cbc"
230 Description="Block encryption using AES with a key length of 192 bit"
231 AlgorithmClass="BlockEncryption"
232 RequirementLevel="OPTIONAL"
233 KeyLength="192"
234 RequiredKey="AES"
235 JCEName="AES/CBC/ISO10126Padding"/>
236
237 <Algorithm URI="http://www.w3.org/2001/04/xmlenc#aes256-cbc"
238 Description="Block encryption using AES with a key length of 256 bit"
239 AlgorithmClass="BlockEncryption"
240 RequirementLevel="REQUIRED"
241 KeyLength="256"
242 RequiredKey="AES"
243 JCEName="AES/CBC/ISO10126Padding"/>
244
245 <Algorithm URI="http://www.w3.org/2001/04/xmlenc#rsa-1_5"
246 Description="Key Transport RSA-v1.5"
247 AlgorithmClass="KeyTransport"
248 RequirementLevel="REQUIRED"
249 RequiredKey="RSA"
250 JCEName="RSA/ECB/PKCS1Padding"/>
251
252 <Algorithm URI="http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"
253 Description="Key Transport RSA-OAEP"
254 AlgorithmClass="KeyTransport"
255 RequirementLevel="REQUIRED"
256 RequiredKey="RSA"
257 JCEName="RSA/ECB/OAEPWithSHA1AndMGF1Padding"/>
258
259 <Algorithm URI="http://www.w3.org/2001/04/xmlenc#dh"
260 Description="Key Agreement Diffie-Hellman"
261 AlgorithmClass="KeyAgreement"
262 RequirementLevel="OPTIONAL"/>
263
264 <Algorithm URI="http://www.w3.org/2001/04/xmlenc#kw-tripledes"
265 Description="Symmetric Key Wrap using Triple DES"
266 AlgorithmClass="SymmetricKeyWrap"
267 RequirementLevel="REQUIRED"
268 KeyLength="192"
269 RequiredKey="DESede"
270 JCEName="DESedeWrap"/>
271
272 <Algorithm URI="http://www.w3.org/2001/04/xmlenc#kw-aes128"
273 Description="Symmetric Key Wrap using AES with a key length of 128 bit"
274 AlgorithmClass="SymmetricKeyWrap"
275 RequirementLevel="REQUIRED"
276 KeyLength="128"
277 RequiredKey="AES"
278 JCEName="AESWrap"/>
279
280 <Algorithm URI="http://www.w3.org/2001/04/xmlenc#kw-aes192"
281 Description="Symmetric Key Wrap using AES with a key length of 192 bit"
282 AlgorithmClass="SymmetricKeyWrap"
283 RequirementLevel="OPTIONAL"
284 KeyLength="192"
285 RequiredKey="AES"
286 JCEName="AESWrap"/>
287
288 <Algorithm URI="http://www.w3.org/2001/04/xmlenc#kw-aes256"
289 Description="Symmetric Key Wrap using AES with a key length of 256 bit"
290 AlgorithmClass="SymmetricKeyWrap"
291 RequirementLevel="REQUIRED"
292 KeyLength="256"
293 RequiredKey="AES"
294 JCEName="AESWrap"/>
295
296 </Algorithms>
297 </JCEAlgorithmMappings>
298 <ResourceBundles defaultLanguageCode="en" defaultCountryCode="US">
299 <ResourceBundle LanguageCode="en"
300 CountryCode="US"
301 LOCATION="com.sun.org.apache.xml.internal.security/resource/xmlsecurity_en.properties" />
302 <ResourceBundle LanguageCode="de"
303 CountryCode="DE"
304 LOCATION="com.sun.org.apache.xml.internal.security/resource/xmlsecurity_de.properties" />
305 </ResourceBundles>
306 <ResourceResolvers>
307 <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP"
308 DESCRIPTION="A simple resolver for requests to HTTP space" />
309 <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverLocalFilesystem"
310 DESCRIPTION="A simple resolver for requests to the local file system" />
311 <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverFragment"
312 DESCRIPTION="A simple resolver for requests of same-document URIs" />
313 <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverXPointer"
314 DESCRIPTION="A simple resolver for requests of XPointer fragents" />
315 </ResourceResolvers>
316 <!-- <defaultLocale languageCode="en" countryCode="US" /> -->
317 <KeyInfo>
318 <ContentHandler LOCALNAME="KeyName"
319 NAMESPACE="http://www.w3.org/2000/09/xmldsig#"
320 JAVACLASS="com.sun.org.apache.xml.internal.security.keys.content.KeyName" />
321 <ContentHandler LOCALNAME="KeyValue"
322 NAMESPACE="http://www.w3.org/2000/09/xmldsig#"
323 JAVACLASS="com.sun.org.apache.xml.internal.security.keys.content.KeyValue" />
324 <ContentHandler LOCALNAME="RetrievalMethod"
325 NAMESPACE="http://www.w3.org/2000/09/xmldsig#"
326 JAVACLASS="com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod" />
327 <ContentHandler LOCALNAME="X509Data"
328 NAMESPACE="http://www.w3.org/2000/09/xmldsig#"
329 JAVACLASS="com.sun.org.apache.xml.internal.security.keys.content.X509Data" />
330 <ContentHandler LOCALNAME="PGPData"
331 NAMESPACE="http://www.w3.org/2000/09/xmldsig#"
332 JAVACLASS="com.sun.org.apache.xml.internal.security.keys.content.PGPData" />
333 <ContentHandler LOCALNAME="SPKIData"
334 NAMESPACE="http://www.w3.org/2000/09/xmldsig#"
335 JAVACLASS="com.sun.org.apache.xml.internal.security.keys.content.SPKIData" />
336 <ContentHandler LOCALNAME="MgmtData"
337 NAMESPACE="http://www.w3.org/2000/09/xmldsig#"
338 JAVACLASS="com.sun.org.apache.xml.internal.security.keys.content.MgmtData" />
339 </KeyInfo>
340 <KeyResolver>
341 <!-- This section contains a list of KeyResolvers that are available in
342 every KeyInfo object -->
343 <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RSAKeyValueResolver"
344 DESCRIPTION="Can extract RSA public keys" />
345 <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.DSAKeyValueResolver"
346 DESCRIPTION="Can extract DSA public keys" />
347 <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509CertificateResolver"
348 DESCRIPTION="Can extract public keys from X509 certificates" />
349 <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509SKIResolver"
350 DESCRIPTION="Uses an X509v3 SubjectKeyIdentifier extension to retrieve a certificate from the storages" />
351 <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RetrievalMethodResolver"
352 DESCRIPTION="Resolves keys and certificates using ResourceResolvers" />
353 <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509SubjectNameResolver"
354 DESCRIPTION="Uses an X509 SubjectName to retrieve a certificate from the storages" />
355 <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509IssuerSerialResolver"
356 DESCRIPTION="Uses an X509 IssuerName and IssuerSerial to retrieve a certificate from the storages" />
357 </KeyResolver>
358
359 <PrefixMappings>
360 <!-- Many classes create Elements which are in a specific namespace;
361 here, the prefixes for these namespaces are defined. But this
362 can also be overwritten using the ElementProxy#setDefaultPrefix()
363 method. You can even set all prefixes to "" so that the corresponding
364 elements are created using the default namespace -->
365 <PrefixMapping namespace="http://www.w3.org/2000/09/xmldsig#"
366 prefix="ds" />
367 <PrefixMapping namespace="http://www.w3.org/2001/04/xmlenc#"
368 prefix="xenc" />
369 <PrefixMapping namespace="http://www.xmlsecurity.org/experimental#"
370 prefix="experimental" />
371 <PrefixMapping namespace="http://www.w3.org/2002/04/xmldsig-filter2"
372 prefix="dsig-xpath-old" />
373 <PrefixMapping namespace="http://www.w3.org/2002/06/xmldsig-filter2"
374 prefix="dsig-xpath" />
375 <PrefixMapping namespace="http://www.w3.org/2001/10/xml-exc-c14n#"
376 prefix="ec" />
377 <PrefixMapping namespace="http://www.nue.et-inf.uni-siegen.de/~geuer-pollmann/#xpathFilter"
378 prefix="xx" />
379 </PrefixMappings>
380</Configuration>