Hi all,
we need to construct XML fragments using string (not element constructors).
Please note in our application we cannot use element constructors.
For example:
("<a>","123","</a>")
When it is serialized, < and > are replaced with < and > respectively.
Is there any way to construct XML using strings?
Best regards,
Maxim Grinev