Hi all,I have created a component with differents functions to return a
string variable that contains a portion or a full xml, wich will be
binded to a xdp form.When I try to inject the xml, using
deserialize(string), is full of < > and other caracters and I can
get the binding well inside the form when I render in workspace.What
should I do this to get this work?Here is one funcion I have in my
component, wich get some data from a database and then construct a DOM
XML document and converted to ...