I have a XML file contains 
(newline) and 	(tab).
 
When I read the document, the parser convert these entity to
the actual character
    
 --> (newline)
    	 --> (tab)
 
Then when I write this document back to file, all the above
whitespace are striped...
 
how can I retain these character???
 
 
 
 
Regards,
H@rry
 

Reply via email to