
XML stands for eXtensible Markup Language.
XML was designed to store and transport data.
XML was designed to be both human- and machine-readable.
Curriculum
- 21 Sections
- 46 Lessons
- 10 Weeks
Expand all sectionsCollapse all sections
- XMLXML is a software- and hardware-independent tool for storing and transporting data.6
- XML on the ServerXML files are plain text files just like HTML files. XML can easily be stored and generated by a standard web server.5
- XML SchemaAn XML Schema describes the structure of an XML document, just like a DTD. An XML document with correct syntax is called "Well Formed". An XML document validated against an XML Schema is both "Well Formed" and "Valid".2
- XML DTDAn XML document with correct syntax is called "Well Formed". An XML document validated against a DTD is both "Well Formed" and "Valid".2
- XML ValidatorUse our XML validator to syntax-check your XML.1
- XML, XLink and XPointerXLink is used to create hyperlinks in XML documents.1
- XML and XQueryXQuery is to XML what SQL is to databases. XQuery was designed to query XML data.1
- XML and XSLTWith XSLT you can transform an XML document into HTML.1
- XML and XPathXPath is a major element in the XSLT standard. XPath can be used to navigate through elements and attributes in an XML document.2
- XML DOMThe Document Object Model (DOM) defines a standard for accessing and manipulating documents:2
- XML ParserAll major browsers have a built-in XML parser to access and manipulate XML.1
- XML HttpRequestAll modern browsers have a built-in XMLHttpRequest object to request data from a server.1
- Displaying XMLRaw XML files can be viewed in all major browsers. Don't expect XML files to be displayed as HTML pages.2
- XML NamespacesXML Namespaces provide a method to avoid element name conflicts.3
- XML AttributesXML elements can have attributes, just like HTML. Attributes are designed to contain data related to a specific element.4
- XML ElementsAn XML document contains XML Elements.2
- XML Syntax RulesThe syntax rules of XML are very simple and logical. The rules are easy to learn, and easy to use.2
- XML TreeXML documents form a tree structure that starts at "the root" and branches to "the leaves".2
- How Can XML be Used?XML is used in many aspects of web development. XML is often used to separate data from presentation.3
- XML IntroductionXML stands for eXtensible Markup Language. XML was designed to store and transport data. XML was designed to be both human- and machine-readable.2
- XML Examples1
Instructors
No student enrolled.