xml属性值的获取

<EventImages>
        <EventImage Value="Security.jpg" X="0" Y="0" width="450" height="615"/ >
        <EventImage Value="urban.jpg" X="489" Y="0" width="450" height="615"/>
        <EventImage Value="TW Step.jpg" X="0" Y="669" width="450" height="615"/>
        <EventImage Value="TW notice.jpg" X="489" Y="669" width="450" height="615"/>
    </EventImages>

 XmlElement element = (XmlElement)child;
                string width = element.GetAttribute("width");
                string height = element.GetAttribute("height");

相关文章

php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念