Xml problem
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, My XML looks like ABC,XYZ In my coding I getting this using XmlNodeList allNodes= XmlDoc.GetElementsByTagName("Book"); I am checking whether this any childnodes exists for this using XmlNode child=allNodes[0].ChildNodes[0]; string Childname= child.Name; I am getting this(childname as) "#text" ,though no childnode is there in my XML
-
Hi, My XML looks like ABC,XYZ In my coding I getting this using XmlNodeList allNodes= XmlDoc.GetElementsByTagName("Book"); I am checking whether this any childnodes exists for this using XmlNode child=allNodes[0].ChildNodes[0]; string Childname= child.Name; I am getting this(childname as) "#text" ,though no childnode is there in my XML
pls provide the xml structure that u r using. regards