Try OpenEdge Now
skip to main content
Working with XML
Reading and Writing XML Data from Temp-Tables and ProDataSets
 

Reading and Writing XML Data from Temp-Tables and ProDataSets

The AVM can serialize the data from ABL temp-tables and ProDataSets to an XML document and serialize their definitions to XML Schema documents. Similarly, you can read or read and load XML data and schema into a temp-table or ProDataSet. (Note that "AVM" refers to the ABL Virtual Machine (AVM), which is the ABL runtime engine.) To locate the code samples used in this chapter, see Example procedures. The samples use the Sports2000 database.
* Introduction
* Methods and attributes
* Reading XML Schema into a temp-table, temp-table buffer, or ProDataSet
* Reading XML into a temp-table, temp-table buffer, or ProDataSet
* Writing XML Schema from a temp-table, temp-table buffer, or ProDataSet
* Writing XML from a temp-table, temp-table buffers, or a ProDataSet
* Sample ProDataSet to XML round-trip
* Using XML Schema