XML: Extensible Markup Language
Draft
This page is not complete.
The Extensible Markup Language is a strict serialization of the Document Object Model.
- XML Index
- XML introduction
- XML (Extensible Markup Language) is a markup language similar to HTML, but without predefined tags to use. Instead, you define your own tags designed specifically for your needs. This is a powerful way to store data in a format that can be stored, searched, and shared.
- xml:base
xml:base
is like the HTMLbase
element, but can specify the base URI per element as well as the entire document.