当前位置: 首页 > 网络学院 > XML相关教程 > XForms > XForms 介绍
XForms is the next generation of HTML forms.
XForms 是下一代的 HTML 表单。
XForms uses XML to create input forms on the Web.
XForms 使用 XML 来创建 web 上的输入表单。
Before you continue you should have a basic understanding of the following:
在继续学习之前,您需要对下面的知识有基本的了解:
If you want to study these subjects first, find the tutorials on our Home Page.
如果您希望首先学习这些项目,请在 首页 访问这些教程。
Forms are an important part of many web applications today. An HTML form makes it possible for web applications to accept input from a user.??
在今天,表单是许多 web 应用程序的重要组成部分。HTML 表单使 web 应用程序从用户那里接收数据成为可能。
Today, ten years after HTML forms became a part of the HTML standard, web users do complex transactions that are starting to exceed the limitations of standard HTML forms.
今天,在 HTML 表单成为 HTML 标准的组成部分的十年后,网络用户所进行的复杂事务正在超越标准的 HTML 表单的能力极限。
XForms provides a richer, more secure, and device independent way of handling web input. We should expect future web solutions to demand the use of XForms-enabled browsers (All future browsers should support XForms).
XForms 提供了一种更完善、更安全并独立于设备的方法来处理网络输入。我们应当期待未来的网络解决方案要求使用支持 XForms 的浏览器(所有未来的浏览器均应支持 XForms)。
XForms uses XML for data definition and HTML or XHTML for data display. XForms separates the data logic of a form from its presentation. This way the XForms data can be defined independent of how the end-user will interact with the application.
XForms 使用 XML 来进行数据定义,而 HTML 或 XHTML 用于数据显示。XForms 可把表单的数据逻辑与其表现分离。XForms 数据的定义方式独立于最终用户与应用程序相交互的方式。
With XForms, the rules for describing and validating data are expressed in XML.
通过 XForms,可使用 XML 来表达描述和验证数据的规则。
With XForms, the data displayed in a form are stored in an XML document, and the data submitted from the form, are transported over the internet using XML.
通过 XForms,显示在表单中的数据可存储在 XML 文档中,并且从表单提交的数据使用 XML 在因特网上传输。
The data content is coded in, and transported as Unicode bytes.
数据以 Unicode 进行编码和传输。
Separating data from presentation makes XForms device independent, because the data model can be used for all devices. The presentation can be customized for different user interfaces, like mobile phones, handheld devices, and Braille readers for the blind.
把数据与表现分离使得 XForms 独立于设备,因为数据模型可被用于所有的设备。表现可为不同的用户界面定制,比如移动电话、手持设备以及针对盲人的盲文阅读器。
Since XForms is device independent and based on XML, it is also possible to add XForms elements directly into other XML applications like VoiceXML (speaking web data), WML (Wireless Markup Language), and SVG (Scalable Vector Graphics).
由于 XForms 独立于设备并基于 XML,这也使得向其他 XML 应用程序中添加 XForms 元素成为可能,比如 VoiceXML (speaking web data)、WML (无线标记语言), 以及 SVG (可伸缩矢量图形)。
XForms 1.0 became a W3C Recommendation in October 2003.
XForms 在2003年10月成为 W3C 标准。
The official W3C recommendation can be found at this link:
可通过此链接找到官方的 W3C 推荐标准: