Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea6ab4 commit bfe94cdCopy full SHA for bfe94cd
1 file changed
source/reporters/ut_realtime_reporter.tpb
@@ -252,7 +252,7 @@ create or replace type body ut_realtime_reporter is
252
) is
253
begin
254
if a_content is not null then
255
- self.print_xml_fragment('<' || a_name || '><![CDATA[' || a_content || ']]></' || a_name || '>');
+ self.print_xml_fragment('<' || a_name || '><![CDATA[' || ut_utils.to_cdata(a_content) || ']]></' || a_name || '>');
256
end if;
257
end print_cdata_node;
258
0 commit comments