Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kml xmlns="http://www.opengis.net/kml/2.2">
  3. <Document>
  4. <Placemark>
  5. <name>Entity references example</name>
  6. <description>
  7. &lt;h1&gt;Entity references are hard to type!&lt;/h1&gt;
  8. &lt;p&gt;&lt;font color="green"&gt;Text is
  9. &lt;i&gt;more readable&lt;/i&gt;
  10. and &lt;b&gt;easier to write&lt;/b&gt;
  11. when you can avoid using entity references.&lt;/font&gt;&lt;/p&gt;
  12. </description>
  13. <Point>
  14. <coordinates>4.900,52.367</coordinates>
  15. </Point>
  16. </Placemark>
  17. </Document>
  18. </kml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement