Changes between Initial Version and Version 1 of Ticket #3197


Ignore:
Timestamp:
Oct 21, 2009, 8:37:35 AM (15 years ago)
Author:
warmerdam
Comment:

Kees,

the problem is that the contents of the <SrcSQL> tag need to use XML escape sequences for special characters, like > that can be interpreted as part of a tag or other XML component. Try converting the > to &gt; and < to &lt;

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3197

    • Property Keywords vrt xml added
    • Property Status newclosed
    • Property Component defaultOGR_SF
    • Property Resolutioninvalid
  • Ticket #3197 – Description

    initial v1  
    22
    33test.ovf is:
     4{{{
    45jerry:/srv/www/htdocs/mapping/maps/mysql # more AirportKLM.ovf
    56<OGRVRTDataSource>
     
    1112        </OGRVRTLayer>
    1213</OGRVRTDataSource>
    13 
     14}}}
    1415in the SQL part if I do ( lon > 60.0 ) it is working, but when I use ( lon < 60.0 ) I'm getting
     16{{{
    1517ERROR 1: Line 3: Didn't find expected '=' for value of attribute ')'.
     18}}}
    1619
    1720What is going wrong???