skilk Posted November 27, 2008 Report Share Posted November 27, 2008 Всем доброго времени суток. есть некий xml файл <?xml version="1.0" encoding="UTF-8" ?> - <api version="2"> <currentTime>2008-11-27 08:10:07</currentTime> - <result> <Open>True</Open> <total>100</total> </result> <cachedUntil>2008-11-27 08:13:07</cachedUntil> </api> Как мне получить значения: 2008-11-27 08:10:07 True 100 Quote Link to comment Share on other sites More sharing options...
Darhazer Posted December 4, 2008 Report Share Posted December 4, 2008 Читайте о XmlDocument (System.Xml) в MSDN http://msdn.microsoft.com/en-us/library/sy...nt_methods.aspx Удачи! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.