aldenwels / kml-samples

Automatically exported from code.google.com/p/kml-samples
0 stars 0 forks source link

i have an error, please help me #437

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
i upload the placemark.kml in this website http://kmlvalidator.com/validate.htm 
and it has 2 errors, and I didnt get the errors

Help, thank you Sir 

can you tell me the error, and what line has an error and what is the correct 
code for that, thank you

<?xml version="1.0" encoding="utf-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<name>LANDMARKS.kml</name>
<Folder>
<name>kml</name>
<description>kml files</description>

<Placemark>
<description><html><body><form><table border='1' width='350px'><tr 
style='border-color:white;'><td 
style='background-color:#DADAFF;text-align:center;text-shadow: 0 0 0.2em white, 
0 0 0.2em white,0 0 0.2em white;' colspan='2'><font face='Arial' size='4px' 
style='font-style:regular;color:orange;'><strong>LANDMARKS</strong></font></td><
/tr><tr style='border-color:white;'><td width='40%' 
style='background-color:#8D8DDA;text-shadow: 0 0 0.2em white, 0 0 0.2em white,0 
0 0.2em white;'><font face='Arial' size='3px' 
style='font-style:regular;color:white;'><strong>SHAPE__ID</strong></font></td><t
d width='60%' style='background-color:#E9E9E9;'><font face='Arial' size='3px' 
style='font-style:italic;color:#000000;'>0</font></td></tr><tr 
style='border-color:white;'><td width='40%' 
style='background-color:#8D8DDA;text-shadow: 0 0 0.2em white, 0 0 0.2em white,0 
0 0.2em white;'><font face='Arial' size='3px' 
style='font-style:regular;color:white;'><strong>LM_ID</strong></font></td><td 
width='60%' style='background-color:#E9E9E9;'><font face='Arial' size='3px' 
style='font-style:italic;color:#000000;'>337</font></td></tr><tr 
style='border-color:white;'><td width='40%' 
style='background-color:#8D8DDA;text-shadow: 0 0 0.2em white, 0 0 0.2em white,0 
0 0.2em white;'><font face='Arial' size='3px' 
style='font-style:regular;color:white;'><strong>LM_NAME</strong></font></td><td 
width='60%' style='background-color:#E9E9E9;'><font face='Arial' size='3px' 
style='font-style:italic;color:#000000;'>4023 CLOTHING HUB</font></td></tr><tr 
style='border-color:white;'><td width='40%' 
style='background-color:#8D8DDA;text-shadow: 0 0 0.2em white, 0 0 0.2em white,0 
0 0.2em white;'><font face='Arial' size='3px' 
style='font-style:regular;color:white;'><strong>LM_DESC</strong></font></td><td 
width='60%' style='background-color:#E9E9E9;'><font face='Arial' size='3px' 
style='font-style:italic;color:#000000;'>DEPARTMENT STORE</font></td></tr><tr 
style='border-color:white;'><td width='40%' 
style='background-color:#8D8DDA;text-shadow: 0 0 0.2em white, 0 0 0.2em white,0 
0 0.2em white;'><font face='Arial' size='3px' 
style='font-style:regular;color:white;'><strong>LM_TYPE</strong></font></td><td 
width='60%' style='background-color:#E9E9E9;'><font face='Arial' size='3px' 
style='font-style:italic;color:#000000;'>DEPARTMENT STORE</font></td></tr><tr 
style='border-color:white;'><td width='40%' 
style='background-color:#8D8DDA;text-shadow: 0 0 0.2em white, 0 0 0.2em white,0 
0 0.2em white;'><font face='Arial' size='3px' 
style='font-style:regular;color:white;'><strong>CATEGORY</strong></font></td><td
 width='60%' style='background-color:#E9E9E9;'><font face='Arial' size='3px' 
style='font-style:italic;color:#000000;'>COMMERCIAL 
ENTITIES</font></td></tr><tr style='border-color:white;'><td width='40%' 
style='background-color:#8D8DDA;text-shadow: 0 0 0.2em white, 0 0 0.2em white,0 
0 0.2em white;'><font face='Arial' size='3px' 
style='font-style:regular;color:white;'><strong>X</strong></font></td><td 
width='60%' style='background-color:#E9E9E9;'><font face='Arial' size='3px' 
style='font-style:italic;color:#000000;'>121.0605</font></td></tr><tr 
style='border-color:white;'><td width='40%' 
style='background-color:#8D8DDA;text-shadow: 0 0 0.2em white, 0 0 0.2em white,0 
0 0.2em white;'><font face='Arial' size='3px' 
style='font-style:regular;color:white;'><strong>Y</strong></font></td><td 
width='60%' style='background-color:#E9E9E9;'><font face='Arial' size='3px' 
style='font-style:italic;color:#000000;'>14.34384</font></td></tr></table></form
></body></html></description>
<Style id="">
<IconStyle id="">
<color>FFA06680</color>
<scale>1</scale>
<hotSpot x="32" y="32" xunits="pixels" yunits="pixels" />
</IconStyle>
</Style>
<Point>
<extrude>1</extrude>
<tessellate>1</tessellate>
<coordinates>121.0605,14.34384</coordinates>
</Point>
</Placemark>
</Folder>
</Document>
</kml>

Original issue reported on code.google.com by danielev...@gmail.com on 7 Feb 2014 at 1:52