How to remove all \n \r \t in an XmlDocument?

webmaster

New Member
Is it possible to remove \n, \r, \t, and other non-visible characters such as whitespace in XmlDocument?I tried \[code\]PreserveWhiteSpace = False\[/code\] and \[code\]IgnoreWhiteSpace = True\[/code\] for \[code\]XmlReaderSettings\[/code\], but those didn't work.
 
Back
Top