当前位置: 首页 > 网络学院 > XML相关教程 > XML > XML 摘要

XML
XML DHTML行为
XML 相关技术
XML 编辑器
XML 摘要
XML 实例
XML字符编码
xml 文档树
IE和火狐读取XML方法比较

XML 摘要


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-01   浏览: 463 ::
收藏到网摘: n/a

This tutorial has taught you how to use XML to describe data.
这份教程将教你如何使用XML来描述数据。

You have learned that XML should be used to separate the data from the HTML code.
你已经知道了XML是用于从HTML代码中分离数据的。

You have also learned that XML can be used to exchange, share, and store data.
你也知道了XML可用于交换、共享和储存数据。

For more information on XML, please look at our XML examples.
如果你想知道更多关于XML的信息,请查阅我们的 XML 案例


Now You Know XML, What's Next?
现在你学会了XML,那么下一步该学习什么呢?

The next step is to learn about the XML DOM and XSLT.
下一步是学习有关XML DOM 和 XSLT 的知识。

If you want to learn about validating XML, the next step is learning about DTD and XML Schema.
如果你想知道如何验证XML的有效性,那么下一步可以学习有关 DTD 和 XML Schema 的知识。

XML DOM

The XML DOM defines a standard way for accessing and manipulating XML documents.
XML DOM定义了用于访问和操作XML文档的标准方式。

The XML DOM is platform and language independent and can be used by any programming language like Java, JavaScript, and VBScript.
XML DOM是一个平台,同时,它也是一种独立语言。它能被任何诸如:Java、JavaScript 和 VBScript 这样的程序语言使用。

If you want to learn more about the DOM, please visit our XML DOM tutorial.
如果你想学习更多关于 XML DOM 方面的知识,请查阅我们的 XML DOM 教程

XSLT

XSLT is the style sheet language for XML files.
XSLT是XML文件的样式表语言。

With XSLT you can transform XML documents into other formats, like XHTML.
通过使用XSLT,你可以把XML文档转换成其它格式,例如XHML。

If you want to learn more about XSLT, please visit our XSLT tutorial.
如果你希望学习更多关于XSLT的知识,请查阅我们的 XSLT 教程

DTD 与 XML Schema

The purpose of a DTD is to define what elements, attributes and entities is legal in an XML document.
DTD是用于检验一份XML文档中的元素、属性和实体是否合法。

With DTD, each of your XML files can carry a description of its own format with it.
通过使用DTD,每份XML文件都可以携带一份用于描述自己的格式说明。

DTD can be used to verify that the data you receive, and your own data, is valid.
DTD可用于检验你所收到的数据以及你自己的数据本身是否有效。

If you want to learn more about DTD, please visit our DTD tutorial.
如果你希望学习更多关于DTD的知识,请查阅我们的 DTD 教程

XML Schema will replace DTD.
XML Schema 将替代 DTD

XML Schema is an XML based alternative to DTD.
XML Schema 是基于XML的,它是DTD的替代品。

Unlike DTD, XML Schemas has support for datatypes, and XML Schema use XML Syntax.
与DTD不同,XML Schema支持数据类型,并且它使用的是XML语法。

If you want to learn more about XML Schema, please visit our XML Schema tutorial.
如果你希望学习更多关于XML Schema,请查阅我们的 XML Schema 教程

评论 (0) All

登陆 | 还没注册?