| Thread | Last Post | Replies |
|
| XMLDocument from empty DataSet | 31 Oct 2003 20:21 GMT | 1 |
I have WebService that returns XmlDocument. I made that XmlDocument from DataSet, but when DataSet is empty I get error: System.InvalidOperationException: There was an error generating the XML
|
| MSXML Parser | 31 Oct 2003 20:16 GMT | 1 |
Does anyone know where I cna find the 2.x version of msxml parser. We need it for an older app to work and I can't find it on the website to save my life! Any help would be great!
|
| selective validation | 31 Oct 2003 17:03 GMT | 1 |
Hi all, is it possible to validate only a particular node of a XML doc against an XSD using XMLValidatingReader? Any links to sample code snippets would be much appreciated. TIA,
|
| WriteProcessingInstruction formatting problem | 31 Oct 2003 16:31 GMT | 4 |
I have a problem with the XmlTextWriter.WriteProcessingInstruction method. This method takes two parameters: [C#]
|
| Saving XML in Unicode (UTF-16) | 31 Oct 2003 16:26 GMT | 1 |
I need to read from and write to XML file, that is stored in Unicode. With reading there are no problems, but Microsoft's Msxml2.DOMDocument.4.0 saves data back to XML file in UTF-8 by default. I can add the string <?xml version="1.0" encoding="UTF-16"?> and then parser saves it in ...
|
| remove elements from xml file programmatically | 31 Oct 2003 14:47 GMT | 1 |
i would like to remove all elements called say <CustomerID> from an xml file is there an easy way to do this programmatically.
|
| SOAP Document Size Limitation? | 31 Oct 2003 04:14 GMT | 1 |
We have an app that uses web services to pass typed datasets to and from the client and server. A couple of these datasets contain fields of type 'base64Binary' because of the need to have the client send the server binary files (usually images). We've noticed that if the size of ...
|
| Incorrect node depth with XmlTextReader | 31 Oct 2003 04:12 GMT | 4 |
I'm trying to follow the sample code provided in KB 330597. Incidentally, this is exactly the problem I'm trying to solve as described in the KB article. In short, if the input XML has a value in every node
|
| how can I change node name | 30 Oct 2003 20:08 GMT | 4 |
how can I change the name of XML node? this is sample <?xml version="1.0"?> <adresboek>
|
| Serialization of MethodInfo class | 30 Oct 2003 11:55 GMT | 1 |
It doesn't give any compilation error. At runtime, it throws exception - 'There was an error reflecting type 'System.Reflection.MethodInfo' -------------
|
| Formatting Output Text | 30 Oct 2003 11:45 GMT | 3 |
I'm using Dom to save a hierarchical structure (similar to a tree) to xml format in this way oXmlNode = XMLDOM.createElement("VALUECONDITION") 'Attribute Name
|
| xs:dateTime <-> DateTime ? | 29 Oct 2003 15:18 GMT | 3 |
I'm reading data from an XML file using the XmlDocument class. Some elements are of type xs:dateTime. Is there a way to convert a xs:dateTime value to a standard DateTime object? Thanks!
|
| Newbie XSD namespace question | 29 Oct 2003 13:56 GMT | 1 |
I have the following XML file: <Config> <MyFoo xmlns="http://MyCompany/Foo"> </MyFoo>
|
| List - XML CSS. Numbering problem. | 29 Oct 2003 13:54 GMT | 1 |
When I use "list-style-type:decimal;" in Mozilla I get numbering only with "zero": 0. aaaa 0. bbb
|
| Error on Trying to Read XML | 29 Oct 2003 13:52 GMT | 3 |
When I try to read the XML I get the error below and highlights this (Do While MainReader.Read)? Error: A first chance exception of type 'System.Xml.XmlException' occurred in system.xml.dll
|