Applications commonly use XML documents to store and exchange data. XML defines rules for encoding documents in a format that is both human-readable and machine-readable. This chapter introduces XML, tours the XML language features, and discusses well-formed and valid documents.
What Is XML?
XML (eXtensible Markup Language ) is a metalanguage(a language used to describe other languages) for defining vocabularies (custom markup languages), ...