Actions
Bug #1800
closedformat-dateTime - Ignored padding given the picture with width for roman numerals
Start date:
2013-06-12
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
For the the test case:
format-dateTime(xs:dateTime('1004-01-01T12:00:00'), '[Yi,4-4]')
The padding has been ignored in the output of the result, which should be @'miv '@.
Updated by O'Neil Delpratt over 11 years ago
- Status changed from In Progress to Resolved
In the class FormatDate
when outputting roman numerals we were ignoring the width specifier. This has now been fixed and committed to subversion. (We still ignore the min, but pad with spaces if necessary up to the max width.)
Updated by Michael Kay over 11 years ago
- Category changed from XQuery conformance to XPath conformance
Note: the problem is also present in 9.4, but we are not patching 9.4 in the interests of stability.
Updated by O'Neil Delpratt over 11 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in version set to 9.5.1.1
Bug now closed. Applied to the Saxon 9.5.1.1 maintenance release.
Please register to edit this issue
Actions