Click here to Skip to main content
15,900,378 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: XmlElement to DataSet Pin
Javier Lozano16-Jul-04 20:07
Javier Lozano16-Jul-04 20:07 
Generalword doc to XML Pin
CocciaStella4-Jul-04 11:36
CocciaStella4-Jul-04 11:36 
GeneralRe: word doc to XML Pin
gmu047-Jul-04 5:43
gmu047-Jul-04 5:43 
Generaladd/updat xml file from PPC emulator in vb.net Pin
Prowess1-Jul-04 17:19
Prowess1-Jul-04 17:19 
GeneralSAML Assertions Pin
MrEyes1-Jul-04 3:35
MrEyes1-Jul-04 3:35 
GeneralChanging HTTP Header in SOAP 3 in C++ Pin
NeoHobbit29-Jun-04 16:13
NeoHobbit29-Jun-04 16:13 
GeneralTransforming XML in VbScript Pin
mtone25-Jun-04 3:03
mtone25-Jun-04 3:03 
Generalchinese line at the end of my XML file! Pin
JulienR24-Jun-04 22:53
JulienR24-Jun-04 22:53 
Hi,

I've got an amazing problem... I've done a .Net solution for Pocket PC where I load an XML file, I put its content into a dataset.. normal stuff.. and then I want to write things into it : I naturally put :

FileStream fs = new FileStream(file,FileMode.OpenOrCreate); // filename
XmlTextWriter xtw = new XmlTextWriter(fs, Encoding.Unicode);
ds.WriteXml(xtw, XmlWriteMode.IgnoreSchema);
xtw.Close();
fs.Close();

(I want to use Unicode)
but when I want to read the XML file again I have an error : there's a chinese line at the end of the document!! so I copy the downloaded XML file from the pocket PC, and I see that the "encoding" has been changed to "utf-8"..

do you know how to fix this pb? thanx!
GeneralHTML in XML. Pin
theJazzyBrain23-Jun-04 21:55
theJazzyBrain23-Jun-04 21:55 
GeneralRe: HTML in XML. Pin
ChrisAdams25-Jul-04 12:12
ChrisAdams25-Jul-04 12:12 
GeneralXML in .NET Pin
Padmavathi23-Jun-04 20:36
Padmavathi23-Jun-04 20:36 
GeneralRe: XML in .NET Pin
Andrew Quinn AUS23-Jun-04 21:08
Andrew Quinn AUS23-Jun-04 21:08 
GeneralASP Classic accessing .NET web service Pin
econner21-Jun-04 14:14
econner21-Jun-04 14:14 
GeneralRe: ASP Classic accessing .NET web service Pin
Andrew Quinn AUS21-Jun-04 23:28
Andrew Quinn AUS21-Jun-04 23:28 
GeneralRe: ASP Classic accessing .NET web service Pin
econner22-Jun-04 4:33
econner22-Jun-04 4:33 
GeneralXML Parsing and Splitting Pin
Kingnl20-Jun-04 22:25
Kingnl20-Jun-04 22:25 
GeneralRe: XML Parsing and Splitting Pin
ChrisAdams25-Jul-04 12:18
ChrisAdams25-Jul-04 12:18 
GeneralTwo namespaces Pin
Clickok20-Jun-04 22:12
Clickok20-Jun-04 22:12 
GeneralRe: Two namespaces Pin
gmu046-Jul-04 8:26
gmu046-Jul-04 8:26 
GeneralRe: Two namespaces Pin
ChrisAdams25-Jul-04 12:25
ChrisAdams25-Jul-04 12:25 
GeneralAI programming for Age of Mythology Pin
Member 99352619-Jun-04 9:56
Member 99352619-Jun-04 9:56 
GeneralRe: AI programming for Age of Mythology Pin
palbano19-Jun-04 14:13
palbano19-Jun-04 14:13 
GeneralRe: AI programming for Age of Mythology Pin
Member 99352625-Jun-04 5:13
Member 99352625-Jun-04 5:13 
GeneralSOAP Version Pin
dotnet_cpp18-Jun-04 6:15
dotnet_cpp18-Jun-04 6:15 
GeneralConverting strings from XML web service Pin
ldaoust18-Jun-04 5:33
ldaoust18-Jun-04 5:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.