How to select a section based on a language attribute
JD Edwards uses BI Publisher internally to format output documents. The Report output is delivered in XML and can be used in formatting.
When the report is printing in different languages the report column headings are delivered in all these languages.This XML has the same format as:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!--modified-->
<Report>
<Report_Section_Column_Headings Language="DU">
<ColumnHeading1>Kolom-
kop1</ColumnHeading1>
<ColumnHeading2>Kolom-
kop2</ColumnHeading2>
</Report_Section_Column_Headings>
<Report_Section_Column_Headings Language="E ">
<ColumnHeading1>Column-
Heading1</ColumnHeading1>
<ColumnHeading2>Column-
Heading2</ColumnHeading2>
</Report_Section_Column_Headings>
<Report_Group>
<Report_Section_S1>
<Language_ID1>DU</Language_ID1>