Dakota Joe
New Member
I have the following XML file saved:\[code\]<E:Events xmlns:E="Event-Details"> <Date>12/27/2012</Date> <Time>?11:12 PM</Time> <Message>Happy Birthday</Message></E:Events>\[/code\]I am using \[code\]XElement\[/code\] to load the above XML file.I want to get the Element Value of \[code\]Date, Time and Message\[/code\] i.e. 12/27/2012, ?11:12 PM and \[code\]Happy Birthday\[/code\].How can I retrieve these values.I have searched a lot on this but could not find anything.Any help appreciated...