Warning, /education/marble/tests/data/CDATATest.kml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2">
0003   <Placemark>
0004     <name>Feature.kml</name>
0005     <description><![CDATA[Styles: <i>Italics</i>, <b>Bold</b>, <u>Underlined</u>,
0006       <s>Strike Out</s>, subscript<sub>subscript</sub>,
0007       superscript<sup>superscript</sup>,  
0008       <big>Big</big>, <small>Small</small>, <tt>Typewriter</tt>,
0009       <em>Emphasized</em>, <strong>Strong</strong>, <code>Code</code>
0010       <hr />
0011       Fonts: 
0012       <font color="red">red by name</font>, 
0013       <font color="#408010">leaf green by hexadecimal RGB</font>, 
0014       <font size=1>size 1</font>, <font size=2>size 2</font>,
0015       <font size=3>size 3</font>, <font size=4>size 4</font>,
0016       <font size=5>size 5</font>, <font size=6>size 6</font>, 
0017       <font size=7>size 7</font>,
0018       <font face=times>Times</font>, 
0019       <font face=verdana>Verdana</font>, 
0020       <font face=arial>Arial</font>
0021       <br/>
0022       <hr />
0023       Links:
0024       <a href="http://doc.trolltech.com/3.3/qstylesheet.html">
0025       QT Rich Text Rendering
0026       </a>
0027       <br />
0028       <hr />
0029       Alignment:
0030       <br />
0031       <p align=left>left</p><p align=center>center</p>
0032       <p align=right>right</p>
0033       <hr />
0034       Ordered Lists:
0035       <br />
0036       <ol><li>First</li><li>Second</li><li>Third</li></ol>
0037       <ol type="a"><li>First</li><li>Second</li><li>Third</li></ol>
0038       <ol type="A"><li>First</li><li>Second</li><li>Third</li></ol>
0039       <hr />
0040       Unordered Lists:
0041       <br />
0042       <ul><li>A</li><li>B</li><li>C</li></ul>
0043       <ul type="circle"><li>A</li><li>B</li><li>C</li></ul>
0044       <ul type="square"><li>A</li><li>B</li><li>C</li></ul>
0045       <hr />
0046       Definitions:
0047       <br />
0048       <dl>
0049       <dt>Scrumpy</dt>
0050       <dd>Hard English cider from the west country</dd>
0051       <dt>Pentanque</dt>
0052       <dd>A form of boules where the goal is to throw metal ball as
0053       close as possible to a jack</dd>
0054       </dl>
0055       <hr />
0056       Block Quote:
0057       <br />
0058       <blockquote>
0059       We shall not cease from exploration<br />
0060       And the end of all our exploring<br />
0061       Will be to arrive where we started<br />
0062       And know the place for the first time
0063       </blockquote>
0064       <br />
0065       <hr />
0066       Centered:
0067       <br />
0068       <center>See, I have a Rhyme assisting<br />
0069       my feeble brain,<br />
0070       its tasks oft-times resisting!</center>
0071       <hr />
0072       Headings:
0073       <br />
0074       <h1>Header 1</h1>
0075       <h2>Header 2</h2>
0076       <h3>Header 3</h3>
0077       <h3>Header 4</h4>
0078       <h3>Header 5</h5>
0079       <hr />
0080       Images:
0081       <br />
0082       <img src="http://earth.google.com/images/googleearth.gif" />
0083       <br />
0084       <i>Scaled image</i>
0085       <br />
0086       <img src="http://earth.google.com/images/googleearth.gif"
0087       width="100" />
0088       <br />
0089       <hr />
0090       Tables:
0091       <table border="1" padding="3" width="300">
0092       <tr><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td></tr>
0093       <tr><td>a</td><td>b</td><td>c</td><td>d</td><td>e</td></tr>
0094       </table>]]></description>
0095     <Point>
0096       <coordinates>-122.3789270000,37.8267930000</coordinates>
0097     </Point>
0098   </Placemark>
0099 </kml>