<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
     xmlns:ymaps="http://api.maps.yahoo.com/Maps/V1/AnnotatedMaps.xsd">
  <channel>
  <title>Sample XML</title>
  <link>http://developer.yahoo.com/</link>
  <item>
    <title>Yahoo! Sunnyvale</title>
    <link>http://yahoo.com/</link>
    <ymaps:Address>701 First Avenue</ymaps:Address>
    <ymaps:CityState>Sunnyvale, CA</ymaps:CityState>
  </item>
  </channel>
</rss>
