Hi
i am new for XML.i have a function that takes four input.on the basis of these four parameter create an XML using Java.for example:
<?xml version="1.0" encoding="UTF-8">
<validateemail>
<emailid>[email protected]</emailid>
<address>abc,street</address>
</validateemail>
After that formed XML is return as String.please guide me.
Thanks