Skip to Content
0
Former Member
Oct 05, 2005 at 01:35 PM

Trailing Spaces on XML Nodes using IF_IXML

85 Views

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