Actions
Bug #4622
closedAdaptive serializer fails when outputting a single attribute node
Start date:
2020-06-29
Due date:
% Done:
100%
Estimated time:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-
Description
Got error
XError:Serialize called for an attribute node; code:SENR0001
when serializing a single attribute node using the adaptive output method.
Updated by Michael Kay over 4 years ago
While AdaptiveSerializer.processItems()
has logic to handle attribute nodes directly, AdaptiveSerializer.serialize()
doesn't use this; instead it invokes serItem()
, which invokes serNode()
, which fails on an attribute node.
Updated by Michael Kay over 4 years ago
- Category set to Serialization
- Status changed from New to Resolved
- Priority changed from Low to Normal
- Fix Committed on JS Branch 2.0 added
Fixed AdaptiveSerializer.serialize()
to handle this case.
Updated by Community Admin almost 4 years ago
- Applies to JS Branch 2 added
- Applies to JS Branch deleted (
2.0)
Updated by Community Admin almost 4 years ago
- Fix Committed on JS Branch 2 added
- Fix Committed on JS Branch deleted (
2.0)
Updated by Debbie Lockett over 3 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in JS Release set to Saxon-JS 2.1
Bug fix applied in the Saxon-JS 2.1 maintenance release.
Please register to edit this issue
Actions
Also available in: Atom PDF Tracking page