Changes between Initial Version and Version 3 of Ticket #15172


Ignore:
Timestamp:
2017-08-21T22:11:57+02:00 (8 years ago)
Author:
stoecker
Comment:

The error message may be cryptic, but it is completely valid. For XML "&step" is an entity (like & is) and this entity is unfinished as the ';' is missing.

In case of XML errors try xmllint (or any other XML validator) as a second instance.

Please tell the developers of the software creating the file that they should fix their XML export.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15172

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #15172 – Description

    initial v3  
    44
    55This is happening because of the & in the url.
    6 [[Image(http://i.imgur.com/wTvVZqP.png)]]
     6[[Image(http://i.imgur.com/wTvVZqP.png,900)]]
    77
    88If i delete the & i will be able to load the file.
     
    1111
    1212For the file fake_bbox_area14.osm, it will fail to load because of the & char.
    13 [[Image(http://i.imgur.com/EaEIOVe.png)]]
     13[[Image(http://i.imgur.com/EaEIOVe.png,900)]]
    1414
    1515If you try and download the data, it will work.