[fdo-trac] #566: FDO: FDO XML Parser Cannot handle schemas with missing xlmns tags

FDO trac_fdo at osgeo.org
Fri Oct 2 10:27:50 EDT 2009


#566: FDO: FDO XML Parser Cannot handle schemas with missing xlmns tags
-------------------------+--------------------------------------------------
   Reporter:  gregboone  |       Owner:  gregboone
       Type:  defect     |      Status:  new      
   Priority:  major      |   Milestone:  3.4.0    
  Component:  FDO API    |     Version:  3.4.0    
   Severity:  3          |    Keywords:           
External_id:  1087759    |  
-------------------------+--------------------------------------------------
 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.

-- 
Ticket URL: <http://trac.osgeo.org/fdo/ticket/566>
FDO <http://fdo.osgeo.org/>
Feature Data Objects


More information about the fdo-trac mailing list