Actions
Bug #2258
closedQName.ToString() returns incorrect lexical form
Start date:
2014-12-14
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.6
Fix Committed on Branch:
9.6
Fixed in Maintenance Release:
Platforms:
Description
If you run:
var qname = QName.XS_INTEGER;
Console.WriteLine(qname.Uri);
Console.WriteLine(qname.Prefix);
Console.WriteLine(qname.LocalName);
Console.WriteLine(qname.ToString());
you get:
http://www.w3.org/2001/XMLSchema
xs
integer
xs:http://www.w3.org/2001/XMLSchema
ToString incorrectly uses the namespace uri instead of the local name.
Updated by Michael Kay almost 10 years ago
- Assignee set to O'Neil Delpratt
- Priority changed from Low to Normal
Updated by O'Neil Delpratt almost 10 years ago
- Found in version changed from 9.6.0.3 to 9.6
Updated by O'Neil Delpratt almost 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Bug fixed and committed to subversion. Available in the next maintenance release.
Updated by O'Neil Delpratt almost 10 years ago
- Fixed in version set to 9.6.0.4
Bug fix applied in the Saxon 9.6.0.4 maintenance release.
Updated by O'Neil Delpratt almost 10 years ago
- Status changed from Resolved to Closed
Updated by O'Neil Delpratt almost 9 years ago
- Sprint/Milestone set to 9.6.0.4
- Applies to branch 9.6 added
- Fix Committed on Branch 9.6 added
- Fixed in Maintenance Release 9.6.0.4 added
Updated by O'Neil Delpratt almost 9 years ago
- Sprint/Milestone changed from 9.6.0.4 to 9.6.0.3
- Fixed in Maintenance Release 9.6.0.3 added
- Fixed in Maintenance Release deleted (
9.6.0.4)
Updated by O'Neil Delpratt almost 9 years ago
- Sprint/Milestone changed from 9.6.0.3 to 9.6.0.4
- Fixed in Maintenance Release 9.6.0.4 added
- Fixed in Maintenance Release deleted (
9.6.0.3)
Please register to edit this issue
Actions