xml2.0標簽

字號:


    <?xml version=1.0 encoding=utf-8 ?>
    - <rss version=2.0>
    - <channel>
    <title>網(wǎng)站制作學(xué)習(xí)網(wǎng)</title>
    <link>http://www.forasp.cn</link>
    <description>學(xué)習(xí)asp地樂園</description>
    <language>zh-cn</language> 表示中文顯示
    <generator>版本</generator>
    <webmaster>forasp.cn</webmaster>
    - <image>
    <title>圖片標題</title>
    <url>圖片連接</url>
    <link>圖片點擊后跳轉(zhuǎn)連接</link>
    <width>115</width>
    <height>115</height>
    </image>
    - <item>內(nèi)容
    <title>內(nèi)容標題</title>
    <link>內(nèi)容連接</link>
    <pubdate>發(fā)布時間</pubdate>
    - <description>
    - <![cdata[
    數(shù)據(jù)內(nèi)容
    </div>
    ]]>
    </description>
    </item>
    </channel>
    </rss>