Bug #2258
closed
QName.ToString() returns incorrect lexical form
Fix Committed on Branch:
9.6
Fixed in Maintenance Release:
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.
- Assignee set to O'Neil Delpratt
- Priority changed from Low to Normal
- Found in version changed from 9.6.0.3 to 9.6
- Status changed from New to Resolved
- % Done changed from 0 to 100
Bug fixed and committed to subversion. Available in the next maintenance release.
- Fixed in version set to 9.6.0.4
Bug fix applied in the Saxon 9.6.0.4 maintenance release.
- Status changed from Resolved to Closed
- 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
- 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)
- 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
Also available in: Atom
PDF