CHAPTER 14 Exporting and Importing XML Data
DataWindow Designer User’s Guide 385
Table 14-1: Icons used in the Export/Import Template view
Creating templates
To create a template, select the New menu item or the New Default menu item
from the pop-up menu in the Export/Import Template view.
Creating new base
templates
The New menu item creates a template that is empty except for the XML
declaration, the root element, and the first element of the row data section,
referred to as the Detail Start element. The name of the root element is the same
as the name of the DataWindow object, and the default name for the Detail
Start element is the name of the root element with
_row appended.
For example, if the DataWindow object is named
d_name, the default template
has this structure:
<?xml version="1.0"?>
<d_name>
<d_name_row>
</d_name_row>
</d_name>
Icon Description
XML declaration or document type declaration
Root or child element
Group header element
DataWindow column reference
Static text control reference
Computed field or DataWindow expression reference
Literal text
Comment
Processing instruction
CDATA section
Nested report