You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kml kml = new Kml();
Document doc = new Document();
kml.setFeature(doc);
Placemark pt = new Placemark("<hi there>");
doc.addFeature(pt);
kml.createKml("/tmp/bad.xml");
Text that is put into xml needs to be escaped into <hi there>
Original issue reported on code.google.com by [email protected] on 24 Sep 2009 at 9:34
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 24 Sep 2009 at 9:34The text was updated successfully, but these errors were encountered: