<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");