Definition and Usage
定义和用法
The <source> element Specifies a third-party source for the item.
<source>元素的作用是:为一个项指定一个第三方来源。
Attributes
属性
属性 | 描述 |
url | Required. Specifies the link to the source 必要参数。指定来源的链接 |
Example
案例
<?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="2.0"> <channel> <title>ruanchen Home Page</title> <link>http://www.ruanchen.com</link> <description>Free web building tutorials</description> <item> <title>RSS Tutorial</title> <link>http://www.ruanchen.com/tech/school/rss</link> <description>New RSS tutorial on ruanchen</description> </item> </channel> </rss> |
自我演示
<source> 元素
使用<source>元素的方法