This repository contains examples for the XTS XML typesetting system, an OpenSource database publishing system (create a PDF from XML data).
Introductory examples are in the directory introduction. More technical examples in the directory technical.
| Description |
Preview |
| Hello World — A minimal example that displays "Hello, world!" |
 |
| Data processing 1 — Barcodes with labels using ProcessNode to iterate child elements |
 |
| Data processing 2 — Same barcodes example using ForAll instead of ProcessNode |
 |
| Text formatting — Various text formatting: HTML, CDATA, markup in data, inline formatting |
 |
| Simple table — A simple table with article numbers and prices |
 |
| Images — Including various image formats (PDF, JPG, PNG, GIF) and placeholder images |
 |
| Mail merge — Personalized letters by merging recipient data with a template layout |
 |
| Planets — Multi-page document with table of contents, bookmarks, and internal links |
 |
| Description |
Preview |
| The Gnat and the Bull — Aesop's fable with custom fonts and a full-page background image |
 |
| Description |
Preview |
| Base64 decode — Decoding a base64-encoded image from the data XML and displaying it |
 |