Showing posts with label How to save newlines in XML attribute?. Show all posts
Showing posts with label How to save newlines in XML attribute?. Show all posts

Next line in single node in xml

if We need,we can use next line in single node, example below

First we have to know how much bytes construct a line in the xmlnode,
so manually we add empty space after a value
<Student address='raj       9865812345INDIA     '></student>
here we have 3 inner line, each line have 10 bytes.