IBM Books

XML Extender Administration and Programming


Decomposing XML documents into DB2 data

To decompose an XML document is to break down the data inside of an XML document and store it into relational tables. The XML Extender provides stored procedures to decompose XML data from source XML documents into relational tables. To use these stored procedures, you must create a DAD file, which specifies the mapping between the XML document and DB2 table structure. The stored procedures use the DAD file to decompose the XML document. See Planning for XML collections to learn how to create a DAD file.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]