How to find xml attributes in c#.net
-
Hi I have a problem of finding and adding the attributes in arraylist in .net. I have the follwoing xml How to load all the domian names in an arraylist I have written the follwoing code, but it is not working XmlDocument xmlDoc=new XmlDocument(); xmlDoc.Load(filename); XmlNodeList domainNode; domainNode=xmlDoc.GetElementsByTagName("Domains"); ArrayList aList=new ArrayList(); for(int count=0;count
-
Hi I have a problem of finding and adding the attributes in arraylist in .net. I have the follwoing xml How to load all the domian names in an arraylist I have written the follwoing code, but it is not working XmlDocument xmlDoc=new XmlDocument(); xmlDoc.Load(filename); XmlNodeList domainNode; domainNode=xmlDoc.GetElementsByTagName("Domains"); ArrayList aList=new ArrayList(); for(int count=0;count
Your XML looks a bit dodgy :p The 'Domain' element is not properly closed.
**
xacc.ide-0.2.0.57 - now with C# 2.0 parser and seamless VS2005 solution support!
**