Working with XML
Contents
[
Hide
]
XML (Extensible Markup Language) 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.
- Supported XML Schema - use the following XML schema for working with XML documents.
- Create a Hello World PDF Document through XML and XSLT - use XSLT to transform your existing XML document to PDF.
- Generate PDF from XML - Aspose.PDF has several ways to genereate PDF based on XML document.