I have created XML using IF_IXML. According to the schema, several of the elements have trailing spaces in the value for the element. I set the value with a string. For example,
move 'XXXXX ' to lv_string.
lv_rc element->set_value ( lv_string ).
In the rendering of the document to a string, the trailing spaces are omitted and the XML will not validate. Any suggestions would be appreciated.
Buster Hale