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

XML DOM
DOM Attribute
DOM Text
DOM CDATA
DOM Comment
DOM HttpRequest
DOM ParseError
DOM 校验器
DOM 介绍
DOM 摘要
DOM 案例
DOM 节点树
DOM 访问节点树
DOM 节点信息
DOM 文档执行
DOM 节点导航

XML DOM 中的 DOM 摘要


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

XML DOM Summary
XMLDOM综述

This tutorial has taught you how to access and manipulate XML documents.
这份教程已经教会你如何访问和操作XML文件了。

You have learned that the XML DOM views XML documents as a tree structure of elements embedded within other elements. and that all elements can be accessed through the DOM tree. Their contents can be modified or deleted, and new elements can be created by the DOM.
你已经明白了这点:XML文件将XML文档看作是嵌在其他元素内部的一种树结构,所有的元素都可以通过这个DOM树进行访问。它们的内容可以被修改或删除,甚至可以通过DOM建立新的元素。

You have learned about XML parsers, and how to load XML documents into the parser.
你已经知道了XML解析器是个什么东西以及如何将XML文件加载到解析器中。

You have also been introduced to the most important DOM objects, and how to use them.
你也已经知道了最关键的DOM对象以及它们的使用方法。

For more information on XML DOM, please look at our XML DOM examples.
如果想了解更多关于XML DOM信息,请访问XML DOM 案例


Now You Know XML DOM, What's Next?
你已经学习了XML DOM,那接下来要学些什么呢?

The next step is to learn about XSLT.
下一步,我们该了解XSLT了。

If you need to validate XML documents, the next step is to learn about DTD and XML Schema.
如果你想检验XML文件有效性,那下一步该了解DTD和XML Schema了。

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文件转换成其它类型,比如:XHTML。

If you want to learn more about XSLT, please visit our XSLT tutorial.
如想了解更多的XSLT的知识,请访问我们的XSLT 教程

DTD

The purpose of a DTD is to define which elements and attributes that are legal in an XML document.
DTD的目的是定义XML文件中合法的元素与属性。

A DTD is used to validate XML data.
DTD是用于检验XML数据的正确性和有效性的。

If you want to learn more about DTD, please visit our DTD tutorial.
如果你想要了解更多关于DTD的知识,请访问我们的DTD 教程

XML Schema will replace DTD.
XMLSchema替换DTD

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

Unlike DTD, XML Schemas has support for data types and namespaces.
不像DTD,XML Schemas支持数据类型(data types)和命名空间(namespaces)。

If you want to learn more about XML Schema, please visit our XML Schema tutorial.
如想了解更多关于XML Schema的知识,请访问我们的XML Schema 教程


评论 (0) All

登陆 | 还没注册?