/ Published in: C#
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
var loginQuery = from results in xdoc.Descendants("IODATA")
select new
{
Name = results.Element("USER").Attribute("fullname").Value,
ReturnedLoginGuid = results.Element("LOGIN").Attribute("guid").Value,
ReturnedProjects = results.Element("USER").Element("LASTMODULES").Descendants("MODULE")
};
Comments
 Subscribe to comments
                    Subscribe to comments
                
                