The following sections use a running example to show the use of the XML type. These examples reference the following:
- Tables customer and customerText
- Sample XML document in a file named Cust001.xml
- Sample schema file named customerschema.xsd that specifies the grammar for the sample XML document
See Examples in this Document for descriptions of these tables and files.
- Example: Loading an XML Document into a Table
- Example: Loading Large XML Documents
- Example: Storing a Schema in a Table
- Example: Validating an XML Document
- Example: XPath Query
- Example: XQuery Query
- Example: XSL Transform on XML Values
- Example: Using Stylesheets in XSLT Transformations
- Example: Converting XML Documents to Rows and Columns
- XML Type Examples Related Information