I am using a datawindow for generation of an XML file where have a
block of data for the address information.
Looks like this when exported
<Address>
<Line>bla bla bla</Line>
<Line>bla bla bla</Line>
<Line/>
<Line/>
</Address>
In this case the employee only have 2 address lines and the export
allows for 4.
The recieving system treats the 2 empty lines as errors and i would
therefore like them not to
be generated when exporting this data.
Is there anyway i can avoid this from inside PB using a export XML
template from a datawindow?
Or do i have to run through my XML file after generation using PBDOM
and removing empte child
elements.
All help appreciated