Package: libxml2-utils
X-debbugs-Cc: [email protected], [email protected], [email protected]
Version: 2.8.0+dfsg1-7
Severity: wishlist
File: /usr/bin/xmllint
xmllint --format makes
<?xml version="1.0"?>
<Placemark>
<name>FL290</name>
<LineString>
<altitudeMode>absolute</altitudeMode>
<coordinates>
120.809097,24.212115,8839
120.862939,24.262865,8839
</coordinates>
</LineString>
</Placemark>
when it should make
<?xml version="1.0"?>
<Placemark>
<name>FL290</name>
<LineString>
<altitudeMode>absolute</altitudeMode>
<coordinates>
120.809097,24.212115,8839
120.862939,24.262865,8839
</coordinates>
</LineString>
</Placemark>
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]