pombreda / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

Serializing empty kml element returns an invalid kml string #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. std::string content = "<kml></kml>";
2. kmldom::KmlPtr kml = kmldom::AsKml(kmldom::Parse(content, &errors));
3. cout << kmldom::SerializeRaw(kml);

What is the expected output? What do you see instead?
expected: <kml></kml>
I see: <kml/>

What version of the product are you using? On what operating system?
version 0.4, linux gcc

Please use labels and text to provide additional information.

Original issue reported on code.google.com by stefan.b...@gmail.com on 29 Aug 2008 at 1:41

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
how is this invalid?

Original comment by kml.mash...@gmail.com on 29 Aug 2008 at 2:10

GoogleCodeExporter commented 9 years ago
marking as invalid. <kml/> is perfectly fine. please reopen if I'm missing 
something
else.

Original comment by kml.mash...@gmail.com on 16 Sep 2008 at 7:07