Actions
Bug #4384
closedClassCastException when accumulator declaration is in no namespace
Start date:
2019-11-14
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
9.8, 9.9, trunk
Fix Committed on Branch:
9.9, trunk
Fixed in Maintenance Release:
Platforms:
Description
See https://saxonica.plan.io/boards/3/topics/7674?r=7677
Should raise XTSE0130 but we fall over before we get that far.
Submitted as text case accumulator-078
Updated by Michael Kay about 5 years ago
- Status changed from New to Resolved
- Applies to branch 9.8, 9.9, trunk added
- Fix Committed on Branch 9.9, trunk added
Fixed. In StyleNodeFactory we now create a DataElement for any non-XSLT top-level element, including one in no namespace; we report an error at construction time if it's in no namespace. By making the no-namespace accumulator element a DataElement, its children automatically become DataElements as well, which means they are not validated.
Updated by O'Neil Delpratt almost 5 years ago
- Status changed from Resolved to Closed
- Fixed in Maintenance Release 9.9.1.6 added
Patch committed to the Saxon 9.9.1.6 maintenance release.
Please register to edit this issue
Actions