<?xml version="1.0"?>
<page>
<title>XSL Test</title>
<query>Something Here</query>

<center lat="37.770841" lng="-122.468359"/>
<span lat="0.017998" lng="0.027586"/>

<overlay panelStyle="/mapfiles/geocodepanel.xsl">
<location infoStyle="http://example.com/xform.xsl" id="A">
<point lat="37.770841" lng="-122.468359"/>
<icon image="http://libgmail.sourceforge.net/man.png" class="local"/>
<info>
<title xml:space="preserve">
</title>
<address>
<line>Another bit of text</line>
</address>
<!-- <image>
http://www.google.co.nz/images/logo_sm.gif
</image> -->
</info>
</location>

<location infoStyle="http://example.com/xform.xsl" id="B">
<point lat="37.770841" lng="-122.460000"/>
<icon image="http://example.com/thing.png" class="local"/>
<info>
<title xml:space="preserve"></title>
<address>
<line>Another test</line>
</address>
<!-- <image>
http://libgmail.sourceforge.net/spider.png
</image> -->
</info>
</location>
</overlay>
</page>
