G
genc ymeri
Hi over there,
I would like to generate this simple XML code
<greetings>Hello</greetings>
but rather being build as a text than in a physical file. So, after I build
my whole XML code I wanted assigned to a string type variable :
String MyXML;
How can I do that without the need of writing it the XML in a file ?? Any
simple code very much will be appreciated.
Thank You in advance.
I would like to generate this simple XML code
<greetings>Hello</greetings>
but rather being build as a text than in a physical file. So, after I build
my whole XML code I wanted assigned to a string type variable :
String MyXML;
How can I do that without the need of writing it the XML in a file ?? Any
simple code very much will be appreciated.
Thank You in advance.