Enhancement to XMLWRITER
Author: martinandheather@gmail.com (byjones)
I have just started using the 'new' UXMLWRITER functionality.
It would be nice if the CHARACTERS function could have the ability to write special characters, without Uniface translating them.
e.g.
I am trying to write some CDATA to the xml stream, so the string I write is
"<![CDATA[%%SOMEVALUE%%%]] >"
However, Uniface translates this as output as "<![CDATA[SOMEVALUE]] >"
Could an option be added so that it could write the <, >, ", ' etc as is, rather than translating them.
The workaround to this is to $replace the values once the xml is finished, but this is a bit tedious :)
Martin




