Project

Profile

Help

Bug #6201

closed

configuration file: option for unparsed text URI Resolver

Added by Christian Lück 8 months ago. Updated 6 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Configuration
Sprint/Milestone:
-
Start date:
2023-09-17
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
11, 12, trunk
Fix Committed on Branch:
11, 12, trunk
Fixed in Maintenance Release:
Platforms:
Java

Description

According to the documentation, one can set a custom URI resolver for unparsed-text() and friends by setting configuration/global/@unparsedTextURIResolver. However, I found, that this is not the right attribute name. It is configuration/global/@unparsedTextUriResolver, i.e. URI in camel case.

Setting @unparsedTextURIResolver has no effect, while setting @unparsedTextUriResolver activates my custom URI resolver.

I think this is an issue of the documentation. Other attributes for setting URI resolvers use camel case and they work as documented. So fixing the docs would be consistant.

Tested on Saxon-HE 10.9 (Java). Read in docs for 10 and 12.

Link to docs: https://www.saxonica.com/documentation12/index.html#!configuration/configuration-file

Please register to edit this issue

Also available in: Atom PDF