This document discusses using SQL/XML on Oracle databases. It provides an overview and outlines how to:
1. Extract relational data from tables and represent it as XML using SQL/XML publishing functions
2. Store XML data in the database using the XML data type
3. Transform XML data back into relational tables
The examples show how to start with simple XML generation and build up to a well-formed XML document with headers, root elements, and XSLT references.