.NET 4.x Работа с xml - достать информацию из второго timestep.description - C#
Формулировка задачи:
<point id="813">
<timestep>
<description>
Пасмурно, без осадков, температура 0..+2 С, давление 742 мм рт.ст., ветер западный, 2-4 м/с
</description>
</timestep>
<timestep>
<description>
Пасмурно, без осадков, температура -1..-3 С, давление 744 мм рт.ст., ветер северо-западный, 1-3 м/с
</description>
</timestep>
</point>
</weather>
Решение задачи: «.NET 4.x Работа с xml - достать информацию из второго timestep.description»
textual
Листинг программы
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Xml; using System.Xml.Linq; using System.IO;