Top "Xmldocument" questions

The original .NET type that represents an XML document.

Creating an XML document using namespaces in Java

I am looking for example Java code that can construct an XML document that uses namespaces. I cannot seem to …

java xml namespaces xmldocument xom
Data at the root level is invalid. Line 1, position 1 -why do I get this error while loading an xml file?

Data at the root level is invalid. Line 1, position 1 -why I get this error while load xml file this my …

c# xmldocument
Deciding on when to use XmlDocument vs XmlReader

I'm optimizing a custom object -> XML serialization utility, and it's all done and working and that's not the …

c# xml-serialization xmldocument xmlreader
C# XMLDocument to DataTable?

I assume I have to do this via a DataSet, but it doesn't like my syntax. I have an XMLDocument …

c# .net datatable dataset xmldocument
Namespace Manager or XsltContext needed. This query has a prefix, variable, or user-defined function

I am trying to call SelectNode from XmlDocument class and trouble due to this error: Namespace Manager or XsltContext needed. …

c# xml xml-namespaces xmldocument
XmlDocument.Load Vs XmlDocument.LoadXml

I just came across with a problem using XmlDocument.LoadXml. The application was crashing, giving the following error: "Data at …

c# xmldocument
How do I add multiple namespaces to the root element with XmlDocument?

I need to create an XmlDocument with a root element containing multiple namespaces. Am using C# 2.0 or 3.0 Here is my …

c# .net xml namespaces xmldocument
How to add xmlnamespace to a xmldocument

Im trying to create a xml the should look like this <?xml version="1.0" encoding="iso-8859-1"?> <MyTestSet …

c# xml xmldocument
Decode CDATA section in C#

I have a bit of XML as follows: <section> <description> <![CDATA[ This is a "description" …

c# .net xml xmldocument cdata
System.Xml.XmlException - Root element is missing

I am making a web application that takes RSS feeds from websites(URLs are in database) and then loads them …

c# rss xmldocument