October 2017
Intermediate to advanced
440 pages
11h 47m
English
eXtensible Markup Language (XML), is a plain text format used to store structured data. XML is written to be both human and machine readable.
XML documents often begin with a declaration, as shown here:
<?xml version="1.0"?>
The declaration has three possible attributes. The version attribute is mandatory when a declaration is included:
Read now
Unlock full access