﻿<?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>XML 範例</title>
   <link><![CDATA[]]></link>
   <description>XML 範例</description>
   <ymaps:Groups>
      <Group>
         <Title>火車站</Title>
         <Id>train</Id>
      </Group>
      <group>
      <Title>紀念堂</Title>
         <Id>memorial</Id>
         <BaseIcon><![CDATA[http://developer.yahoo.com/maps/star_green.gif]]></BaseIcon>
      </group>
      <group>
         <Title>機場</Title>
         <Id>airport</Id>
         <BaseIcon><![CDATA[http://developer.yahoo.com/maps/star_red.gif]]></BaseIcon>
      </group>
      </ymaps:Groups>
   <item>
      <title>台北火車站</title>
      <link><![CDATA[http://service.tra.gov.tw/taipei/]]></link>
      <description>台北火車站</description>
      <ymaps:Address>台北市北平西路三號</ymaps:Address>
      <geo:lat>25.047795</geo:lat>
      <geo:long>121.516900</geo:long>
      <ymaps:GroupId>train</ymaps:GroupId>
   </item>
   <item>
      <title>中正紀念堂</title>
      <link><![CDATA[http://www.cksmh.gov.tw/]]></link>
      <description>中正紀念堂</description>
      <ymaps:Address>台北市中正區中山南路21號</ymaps:Address>
      <geo:lat>25.034730</geo:lat>
      <geo:long>121.521481</geo:long>
      <ymaps:GroupId>memorial</ymaps:GroupId>
   </item>
   <item>
      <title>國父紀念館</title>
      <link><![CDATA[http://www.yatsen.gov.tw/]]></link>
      <description>國父紀念館</description>
      <ymaps:Address>台北市11073信義區仁愛路4段505號</ymaps:Address>
      <geo:lat>25.039999</geo:lat>
      <geo:long>121.560084</geo:long>
      <ymaps:GroupId>memorial</ymaps:GroupId>
   </item>
   <item>
      <title>桃園國際機場</title>
      <link><![CDATA[http://www.cksairport.gov.tw/]]></link>
      <description>桃園國際機場</description>
      <ymaps:Address>桃園縣大園鄉航站南路9號</ymaps:Address>
      <geo:lat>25.081479</geo:lat>
      <geo:long>121.237371</geo:long>
      <ymaps:GroupId>airport</ymaps:GroupId>
   </item>
   <item>
      <title>松山機場</title>
      <link><![CDATA[http://www.tsa.gov.tw/]]></link>
      <description>松山機場</description>
      <ymaps:Address>台北市松山區 10548 敦化北路340之9號</ymaps:Address>
      <geo:lat>25.067796</geo:lat>
      <geo:long>121.553335</geo:long>
      <ymaps:GroupId>airport</ymaps:GroupId>
   </item>
</channel>
</rss>

