Advertisement
Guest User

test.kml

a guest
Sep 13th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kml xmlns="http://www.opengis.net/kml/2.2">
  3.   <Document>
  4.     <Placemark>
  5.       <name>CDATA example</name>
  6.       <description>
  7.         <![CDATA[
  8.           <h1>CDATA Tags are useful!</h1>
  9.           <p><font color="red">Text is <i>more readable</i> and
  10.           <b>easier to write</b> when you can avoid using entity
  11.           references.</font></p>
  12.         ]]>
  13.       </description>
  14.       <Point>
  15.         <coordinates>102.595626,14.996729</coordinates>
  16.       </Point>
  17.     </Placemark>
  18.   </Document>
  19. </kml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement