XML and Encoding

  • Thread starter Thread starter Onur Bozkurt
  • Start date Start date
O

Onur Bozkurt

I have a dataset tha I will write to an xml file... How can I add the
encoding attribute while this process.
Because I lose some of my characters when the dataset is written to xml...
 
Onur,

I think you'll have to loop through each row and column of the dataset and
use System.HtmlEncode / System.HtmlDecode on each.

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
 
Can you explain it a little bit more with some code. What exactly should I
do to the dataset..
Thanks...
 
Back
Top