xml2.0標(biāo)簽

字號(hào):


    <?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>圖片標(biāo)題</title>
    <url>圖片連接</url>
    <link>圖片點(diǎn)擊后跳轉(zhuǎn)連接</link>
    <width>115</width>
    <height>115</height>
    </image>
    - <item>內(nèi)容
    <title>內(nèi)容標(biāo)題</title>
    <link>內(nèi)容連接</link>
    <pubDate>發(fā)布時(shí)間</pubDate>
    - <description>
    - <![CDATA[
    數(shù)據(jù)內(nèi)容
    </div>
    ]]>
    </description>
    </item>
    </channel>
    </rss>