FDO: FDO XML Parser Cannot handle schemas with missing xmlns tags
This is a bit of a workaround to get schemas from MapGuide 2009 to parse correctly. I found that the GetFeature responses from MapGuide were not returning any URI Information. Unfortunately this caused the entire parse to fail as the parsing of Features is tied off of the URI identifier for schema and class retrieval. In an attempt to enable continued parsing, a workaround will be added to search through the available schemas to identify the schema name based on the use of the 'name' element being parsed being the class name. This does work in limited scenarios. There is the chance for failure if the same class exists in multiple schemas. If multiple schemas are matched to a class name the workaround will be abandoned since it will not be possible to determine which schema the class actually conforms with.
Change History
(5)
Severity: |
3 → 2
|
Status: |
new → assigned
|
Summary: |
FDO: FDO XML Parser Cannot handle schemas with missing xlmns tags → FDO: FDO XML Parser Cannot handle schemas with missing xmlns tags
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Workaround submitted to trunk stream: r5009.