Working with XML using C++

Contents
[ ]

Extensible Markup Language (XML) is a simple text format for representing structured information: documents, data, configuration, books, transactions, invoices, etc. It was created from an older standard format called SGML (ISO 8879) to be more suitable for use on the Internet.

XML is a way to repurpose data in a file or automate the process of replacing the data in one file with data from another file. Creating an XML schema is hard to get right; creating several interlocking schemas which can be extended is even harder. Let’s learn how Aspose.PDF copes with the tasks of working with XML.