XML stores a new line as this. In one word
LuckyYadav2578:
like ?
Answers
Answered by
1
Hi,
When text content have some special chars (like & < > ") then xml writter correctly replace this chars by &#amp; etc. But when my string have new line (#13#10 or #10) then it doesn't. It write:
Code: [Select]
<node>a
b
</node>
Regards
Similar questions