‎2006 Nov 16 10:35 AM
I'm searching for ANY FM, which replace in the text all control character used in XML.
I want to dump documentation of program into XML and the main problem is, that in this documentation occures signs as: ", <, > which are constrols character for XML file, and them should be replaced.
All helping post will be rewarded
‎2006 Nov 16 10:38 AM
See if this is what you are looking for.
SOTR_TAGS_REMOVE_FROM_STRING
Regards,
Ravi
‎2006 Nov 16 10:48 AM
‎2006 Nov 20 7:43 AM
you can try using CL_HTTP_UTILITY->IF_HTTP_UTILITY~ESCAPE_HTML method to replace those with relevant escape characters.
Regards
Raja
‎2010 Jul 15 10:11 AM