Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Xml Files in C#

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
tanjiajun_34
Grandmaster Cheater
Reputation: 0

Joined: 16 Feb 2006
Posts: 786
Location: Singapore

PostPosted: Sat Jun 12, 2010 4:38 am    Post subject: Xml Files in C# Reply with quote

I had a weird problem with coding xml on c#.

Code:
xmlDoc.Load("testing.xml");

(XmlDoc is a XMLDocument)

I had problems with this line. When I tried it, I get error.
"Syntax for an XML declaration is invalid. Line 1, position 7."

But when I try other person's 1
Code:
xmlDoc.Load("XML"+DateTime.Now.Day + ".xml");

It have no problem, so what is wrong?
Back to top
View user's profile Send private message
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Sat Jun 12, 2010 11:06 am    Post subject: Reply with quote

Make this your first line:
Code:
<?xml version="1.0" encoding="utf-8" ?>


Also, look into this. Makes processing XML a breeze.
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Sat Jun 12, 2010 6:38 pm    Post subject: Reply with quote

Here's another article covering how to do it without needing external tools etc.:
http://www.switchonthecode.com/tutorials/csharp-tutorial-xml-serialization

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites