~ubuntu-branches/ubuntu/wily/marble/wily-proposed

« back to all changes in this revision

Viewing changes to tests/data/CDATATest.kml

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark, Jonathan Riddell, Scarlett Clark
  • Date: 2014-07-24 23:38:32 UTC
  • mfrom: (1.5.2)
  • Revision ID: package-import@ubuntu.com-20140724233832-7v4421t4khrhw487
Tags: 4:4.13.90-0ubuntu1
[ Jonathan Riddell ]
* Switch to libmarblewidget19 for new soversion

[ Scarlett Clark ]
* New upstream beta release
* Update: do_not_install_private_headers. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
 
<kml xmlns="http://earth.google.com/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2">
3
 
<Document>
4
 
<Placemark>
5
 
  <name>Feature.kml</name>
6
 
  <Snippet maxLines="4">
 
2
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2">
 
3
  <Document>
 
4
    <Placemark>
 
5
      <name>Feature.kml</name>
 
6
      <Snippet maxLines="4">
7
7
    The snippet is a way of
8
8
    providing an alternative
9
9
    description that will be
10
10
    shown in the List view.
11
 
  </Snippet> 
12
 
  <description>
13
 
    <![CDATA[
 
11
  </Snippet>
 
12
      <description><![CDATA[
14
13
      Styles: <i>Italics</i>, <b>Bold</b>, <u>Underlined</u>, 
15
14
      <s>Strike Out</s>, subscript<sub>subscript</sub>,
16
15
      superscript<sup>superscript</sup>,  
101
100
      <tr><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td></tr>
102
101
      <tr><td>a</td><td>b</td><td>c</td><td>d</td><td>e</td></tr>
103
102
      </table>
104
 
    ]]>
105
 
  </description>
106
 
  <Point>
107
 
    <coordinates>-122.378927,37.826793,0</coordinates>
108
 
  </Point>
109
 
</Placemark>
110
 
</Document>
 
103
    ]]></description>
 
104
      <Point>
 
105
        <coordinates>-122.378927,37.826793,0</coordinates>
 
106
      </Point>
 
107
    </Placemark>
 
108
  </Document>
111
109
</kml>