Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I am trying to write XML output fro

Status
Not open for further replies.

VasaCheh

Technical User
Feb 19, 2003
8
US
I am trying to write XML output from my French-based data source by using .Net dataset’s WriteXML method. When I try to do that it should be:

<LASTNAME>Maréchal</LASTNAME>

But I have got the following:

<LASTNAME>Maréchal</LASTNAME>

Any idea what is going on? How to prevent that?
Thanx.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top