<?xml version="1.0"?>
<?xml-stylesheet type="text/css"?>
<Data>
<Name> vamsi </Name>
<Id> 452689 </Id>
</Data>
Hi this is my XML file the output is: vamsi 452689
But here i need the output as: vamsi
452689
How to insert a new line character in XML so that i can get the output as im expected.I tried with <br> , <br/> and CDATA also im helpless, can anyone please tell me how to do that ! :)