Top "Xmlreader" questions

xmlreader - Represents a reader that provides fast, noncached, forward-only access to XML data.

There is no Unicode byte order mark. Cannot switch to Unicode

I am writing an XML validator with XSD. Below is what I did, but when the validator reached the line …

c# xml character-encoding xsd xmlreader
How to get value from a specific child element in XML using XmlReader?

Here's the XML string. <?xml version="1.0" encoding="utf-16"?> <questionresponses> <question id="dd7e3bce-57ee-497…

c# .net xml xmlreader
From XmlDocument To XmlReader .Net

After an advice from a user that answered to my question I'm tring to convert my XmlDocument code to XmlReader …

.net xmldocument xmlreader
Using XmlReader class to parse XML with elements of the same name

I'm re-writing some code that uses a XmlDocument to parse some XML. I want to use a XmlReader instead to …

c# xml xmlreader
Invalid URI: The Uri string is too long

I am trying to grab a schema and validate against my xml. XmlReaderSetting settings = new System.Xml.XmlReaderSettings(); settings.Schemas.…

c# .net xml xsd xmlreader
Reading XML from Stream

I'm working with ASP.NET, and am importing an XML file from a form. Right now I convert that into …

c# xml stream xmlreader
C# XMLreader and child nodes

I have this xml file. <movies> <movie> <score>8.582207</score> <popularity>3&…

c# xml xmlreader
Replacing the innertext of an Xml node/element

First of all this is C#. I am creating a internet dashboard for a small group of colleages in the …

c# xml winforms xmlreader xmlwriter
How to use XmlReader class?

I want to save and load my xml data using XmlReader. But I don't know how to use this class. …

c# xml xmlreader
Error Serializing String in WebService call

This morning I ran into an issue with returning back a text string as result from a Web Service call. …

web-services xmlreader maxstringcontentlength