Specifications
CHAPTER 12 Exporting and Importing XML Data
Users Guide 371
The SQL syntax is:
SELECT "employee"."dept_id",
"employee"."emp_lname",
"employee"."emp_fname",
"employee"."salary"
FROM "employee"
WHERE employee.dept_id = :deptnum
ORDER BY "employee"."emp_lname" ASC
In the default template, dept_id uses the InfoMaker expression icon. All the
other columns used the column control reference icon.
Saving templates
To save a new template, select Save from the pop-up menu in the
Export/Import Template view, and give the template a name and optionally a
comment that identifies its use.
The template is stored inside the report in the PBL.
Header and Detail sections
An XML template has a Header section and a Detail section, separated
graphically by a line across the tree view.
The items in the Header section are generated only once when the report is
exported to XML, unless the report is a group report. For group reports, you
can choose to generate the contents of the header section iteratively for each
group. For more information, see “Generating group headers” on page 384.