FdoXmlSpatialContextReader encodes ':' in coordinate system name
The FdoXmlSpatialContextReader changes ':' and '.', in coordinate system names read from XML, to '-colon-' and '-dot' respectively.
Although these characters are not allowed in schema element names, they are allowed in coordinate system names so they should not be encoded.
The bug
Change History
(6)
Owner: |
changed from brentrobinson to anonymous
|
Status: |
new → assigned
|
Owner: |
changed from anonymous to brentrobinson
|
Status: |
assigned → new
|
Owner: |
changed from brentrobinson to gregboone
|
Status: |
new → assigned
|
Owner: |
changed from gregboone to brentrobinson
|
Status: |
assigned → new
|
Cc: |
gregboone added
|
Keywords: |
EPSG SpatialContext added
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Revision: 2551 Author: brentrobinson Date: 2:55:34 PM, Friday, February 16, 2007 Message: Ticket#9: FdoXmlSpatialContextReader: Prevent ':' encoding
Modified : /trunk/Fdo/UnitTest/SpatialContextTest.cpp Modified : /trunk/Fdo/UnitTest/SpatialContextTest.h Modified : /trunk/Fdo/Unmanaged/Src/Fdo/Xml/SCReadHandler.cpp Modified : /trunk/Fdo/Unmanaged/Src/Fdo/Xml/SCReadHandler.h Modified : /trunk/Fdo/Unmanaged/Src/Fdo/Xml/SpatialContextReader.cpp