Project

Profile

Help

Bug #3088

closed

annotatedConfig.xsd does not allow xslt/@initialMode in {uri}local form

Added by T Hata over 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Sprint/Milestone:
-
Start date:
2016-12-23
Due date:
% Done:

100%

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

Description

http://www.saxonica.com/documentation/index.html#!configuration/configuration-file/config-xslt

initialMode

...

A mode name (QName in Clark notation)

So I wrote the configuration file like this

...
<xslt initialMode="{http://www.example.com/foo}my-mode" />
...

and it did work. (on 9.7.0.14)

However, when the configuration file is validated with annotatedConfig.xsd, the validation is unsuccessful:

...
  FORG0001: Invalid lexical QName {{http://www.example.com/foo}my...}
  See http://www.w3.org/TR/xmlschema11-2/#cvc-complex-type clause 3
...

Please register to edit this issue

Also available in: Atom PDF