2014 Jul 19 12:12 PM
Hi All,
I need to convert XML data to hexa format like from <XML> to <XML> and viceversa. Is there any Function module to do this task ?
Regards,
Praveen
2014 Jul 19 6:50 PM
Correct term is escaping and unescaping. Try this:
string_out = cl_http_utility=>escape_html( '<xml>' ).
2014 Jul 19 6:50 PM
Correct term is escaping and unescaping. Try this:
string_out = cl_http_utility=>escape_html( '<xml>' ).
2014 Jul 20 7:03 AM
Hello,
You have to use replace all occurrences.
Regards,
Vadamalai A