Xml Tutorial
Learn Xml interactively. Read the concept and write code to practice.
1. What is XML?
XML stands for eXtensible Markup Language. XML was designed to store and transp...
2. XML Syntax Rules
XML syntax rules are very simple and strict: 1. **All XML Elements Must Have a ...
3. XML Elements
An XML element is everything from (including) the element's start tag to (includ...
4. XML Attributes
XML elements can have attributes, just like HTML. Attributes are designed to con...
5. XML Namespaces
XML Namespaces provide a method to avoid element name conflicts. When mixing XM...
6. XML DOM
The XML DOM (Document Object Model) defines a standard way for accessing and man...
7. XPath Introduction
XPath is a major element in the XSLT standard. XPath can be used to navigate th...
8. XSLT Introduction
XSLT stands for eXtensible Stylesheet Language Transformations. XSLT is used to...
9. XML DTD (Document Type Definition)
A DTD defines the structure and the legal elements and attributes of an XML docu...
10. XML Schema (XSD)
XML Schema (also known as XSD) is a modern, XML-based alternative to DTD. An XM...