Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#5407 closed enhancement (fixed)

<?xml> node needed in created LIBKML files

Reported by: khicks Owned by: warmerdam
Priority: normal Milestone: 1.11.0
Component: OGR_SF Version: 1.10.1
Severity: normal Keywords:
Cc:

Description

Unless I am missing some option in the creation of LIBKML files, none of my files created have the <?xml> node at the beginning of the file. In most instances this isn't an issue, however, I've discovered that KML files without this node will not email to/from an iCloud account. iCloud must be blocking them for some reason. If I manually edit the file and put the following line in, it emails fine. Is there anyway this can be automatically done as at the moment I am having to rewrite the file myself and including the line. My files are being updated often so this is a lot of unnecessary I/O.

"<?xml version="1.0" encoding="UTF-8"?>"

Thanks,

Kathy

Change History (2)

comment:1 by Even Rouault, 10 years ago

Component: defaultOGR_SF
Milestone: 2.0
Resolution: fixed
Status: newclosed
Type: defectenhancement

trunk r27009 "LIBKML: Manually add <?xml> node since libkml does not produce it currently and this is usefull in some circumstances (#5407)"

comment:2 by Even Rouault, 10 years ago

Milestone: 2.01.11.0
Note: See TracTickets for help on using tickets.