|
The <language> element is used to specify the language used to write your RSS document.
|
|
|
元素的作用是:指定书写RSS频道文章时所使用的语言。 |
|
The <orderby> tag specifies which field the report should be ordered by. In this case, the report will be ordered by the Lastname field in the Employees table.
|
|
|
标签指定了报告该以什么字段为基准进行排序。在这个案例中,该报告将雇员表格中的姓字段进行排序。 |
|
The <orderselect> tag specifies other order-by options for the user. Here, the user can determine if the report should be ordered by Lastname, Firstname, City, or Country.
|
|
|
标签为用户指定了其它类型的排序选项。这里,用户可以定义它应该按照“姓”、“名”、“城市”或是“国家”来进行排序。 |
|
The <polygon> tag is used to create a graphic that contains at least three sides.
|
|
|
标签用来创建一个多于三个边的图形。 |
|
The <portType> element can be compared to a function library (or a module, or a class) in a traditional programming language.
|
|
|
元素可以喻为传统程序设计语言里的函数库(或着是一个模块、一个类)。 |
|
The <query> element defines which fields the user can query at runtime.
|
|
|
元素定义了允许用户搜索的字段。 |
|
The <query> tags defines which fields the user can search on.
|
|
|
标签定义了用户可以根据什么字段进行搜索。 |
|
The <section> element is used to divide the report output into sections. Any legal HTML elements can be put inside this element.
|
|
|
元素用于将报告结果拆分成片断。任何合法的HTML元素都可以被放到这个元素中。 |
|
The <skipHours> element specifies the hours where aggregators should skip updating the feed.
|
|
|
元素的作用是:提示新闻聚合器:哪些小时时段它可以跳过。 |
|
The <source> element Specifies a third-party source for the item.
|
|
|
元素的作用是:为一个项指定一个第三方来源。 |
|
The <textinput> tag specifies a text input field that should be displayed with the feed.
|
|
|
标签的作用是:指定一个文本输入框供用户输入,它将与频道同步显示。 |