Changes between Initial Version and Version 3 of Ticket #1534


Ignore:
Timestamp:
Mar 28, 2007, 9:39:48 AM (17 years ago)
Author:
warmerdam
Comment:

Roger,

Could you attach a smallish file with this marker in it?

Mateusz,

Could you fix this trunk and 1.4 branch? We *do* want to keep the pre-checks but they need to be safer. We don't want to start up xerces for every file passed to OGROpen().

Please add a test for this in the test suite.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1534

    • Property Cc warmerdam added
    • Property Component defaultOGR_SF
    • Property Priority lownormal
    • Property Milestone1.4.1
    • Property Owner changed from warmerdam to Mateusz Łoskot
    • Property Severity minornormal
  • Ticket #1534 – Description

    initial v3  
    55It may be better to remove the "Test Open" functionality altogether and just let Xerces worry about correctly formed xml.
    66
    7 
     7{{{
    88int OGRGMLDataSource::Open( const char * pszNewName, int bTestOpen )
    99
     
    4848        }
    4949    }
    50    
     50}}}