Latest web development tutorials

XML summary

XML summary

XML can be used to exchange, share and store data.

Formed XML document tree structure , the "root" and "leaf" branches began.

XML has a very simple syntax rules . XML with correct syntax is "in the form of good". XML is valid for DTD validating.

XSLT is used to transform XML into other formats, such as HTML.

All modern browsers have a built-in XML parser can read and manipulate XML.

The DOM (the Document Object the Model) defines a standard way to access XML.

XMLHttpRequest object provides a page load after communicating with the server the way.

XML namespaces provide a method to avoid element name conflicts.

CDATA text area will be ignored by the parser.

Our XML instance also represents this XML tutorial summary.


Next Learn what?

We recommend learning XML DOM and XSLT.

If you want to learn about validating XML knowledge, we recommend learning DTD and XML Schema.

The following is a brief description of each topic.


XML DOM (Document Object Model)

XML DOM defines a standard way to access and manipulate XML documents.

XML DOM is platform and language independent and can be used with any programming language, such as Java, JavaScript, and VBScript.

If you want to learn more about the knowledge of DOM, visit our XML DOM tutorial .


XSLT (XML Stylesheet Language Transformations)

XSLT stylesheet language XML file.

By using XSLT, you can transform XML documents into other formats, like XHTML.

If you want to learn more about XSLT, please visit our XSLT tutorial .


XML DTD (Document Type Definition)

DTD The purpose is to define a legal XML document elements, attributes and entities.

By using DTD, each XML files can carry a description of its own format.

DTD can be used to confirm the data you receive and your own data is valid.

If you want to learn more knowledge about the DTD, visit our DTD tutorial .


XML Schema

XML Schema is an XML-based DTD instead.

Unlike DTD, XML Schema datatypes support, and uses XML syntax.

If you want to learn more about XML Schema, visit our XML Schema tutorial .