Actions
Bug #6128
closedUnwanted diagnostic output when validating notations
Start date:
2023-07-11
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
12, trunk
Fix Committed on Branch:
12, trunk
Fixed in Maintenance Release:
Platforms:
.NET, Java
Description
BuiltInAtomicType.validateContent has unwanted diagnostic output at line 964:
System.err.println(rules.isDeclaredNotation(nv.getNamespaceURI(), nv.getLocalName()));
This results in a stray log message when validation against an xs:NOTATION type fails.
Updated by Michael Kay over 1 year ago
- Status changed from New to Resolved
- Applies to branch 12, trunk added
- Fix Committed on Branch 12, trunk added
- Platforms .NET, Java added
Updated by O'Neil Delpratt about 1 year ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in Maintenance Release 12.4 added
Bug fix applied in the Saxon 12.4 maintenance release
Please register to edit this issue
Actions