I am trying create a new XML where input to the tXMLMap is a XML formed string with tags like <new_param>. Problem I am encountering is that signs > and < are converted into gt; and lt; when outputting them to the console. Is somehow possible to force those encodings to preserve the format of the input string?
Hi
It is impossible to preserve the format of the input string in this case. A solution is to extract the values from the XML string with tExtractXMLFields and rewrite the XML on tXMLMap.