Project

Profile

Help

Bug #4101

closed

In the fn:serialize options parameter, the expected type for saxon:property-order is xs:QName*

Added by Michael Kay over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Saxon extensions
Sprint/Milestone:
-
Start date:
2019-01-18
Due date:
% Done:

100%

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

Description

Saxon defines a custom serialization property saxon:property-order for the JSON serialization method; this is used to control the order in which properties of an object are output. The properties of a JSON-derived object are always strings. The serialize() method incorrectly expects the values to be supplied as QNames.

The correct expected type is xs:string*.

Please register to edit this issue

Also available in: Atom PDF