Thursday, March 18, 2010
Reading XML Documents
XmlDocument doc = new XmlDocument();
doc.Load(Server.MapPath("Setup.xml"));
XmlNode root = doc.DocumentElement;
string url = root.SelectSingleNode("url").ChildNodes[0].Value;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment