| Thread | Last Post | Replies |
|
| NewDataSet root element annoyance | 14 Apr 2006 22:08 GMT | 2 |
How can I change the root element of a dataset written to an xml file. Even though I specify the name of the dataset both in the constructor and by calling its property the root element of the xml file is always 'NewDataSet'
|
| installation of msxml. | 14 Apr 2006 21:09 GMT | 1 |
we’re developing software that uses msxml and i’d like to know what major microsoft components (.net, mdac, etc.) already install it and what version of it they install.
|
| System.InvalidCastException: Unable to cast object of type 'System.Xml.XmlDocument' to type 'System.String' | 14 Apr 2006 20:44 GMT | 2 |
I'm writing webervice client using .Net 2.0. I have this class: [System.Web.Services.WebServiceBindingAttribute(Name = "ValidateBinding", Namespace = "http://example.org/Avtentikacija")] public class MyWebService : SoapHttpClientProtocol
|
| problem with element data type | 14 Apr 2006 20:23 GMT | 3 |
I'm using MSXML 4.0 in my application and i have a problem when i try to retrieve an attribut value with the property IXMLDOMNode::nodeTypedValue. in my XML i have the element :
|
| Using XMLDocument to load chinese characters | 14 Apr 2006 12:18 GMT | 1 |
I am getting an error while loading a file having Chinese characters. I am using XMLDocument to parse the XML. Please let me know if you have any idea about the same Thanks
|
| Xml Schema for Business Objects. | 14 Apr 2006 09:56 GMT | 1 |
Is it possible to get the xml schema of a custom business object, and i am just interested in getting that particular complex type :) for exaample if i have a clas like public class Person{
|
| Wanting to not add a blank element to the XML | 13 Apr 2006 11:46 GMT | 5 |
I'm serializing a class and some of the elements end up with blank results. This is fine. When I serialize the class the elements show up in the resulting XML as something like <SigningLicence/>
|
| Programming without XPathNavigator.SelectSingleNode (framework 1.1) | 12 Apr 2006 14:40 GMT | 1 |
Hi, given the following simple XML fragment: <country> <code>ES</code> <description>SPAIN</description>
|
| XML deserialization (error) | 12 Apr 2006 09:03 GMT | 1 |
This is what I am trying to do: FileStream fs = new FileStream("C:\\request1.xml", FileMode.Open); XmlSerializer x = new XmlSerializer(typeof(PodpisaniDokumentTip)); PodpisaniDokumentTip doc = (PodpisaniDokumentTip)x.Deserialize(fs);
|
| XmlValidatingReader / Default Namespace | 11 Apr 2006 21:11 GMT | 1 |
need some help on following: xml file 1 <TEST xmlns="http://test" > <OK>mlkddflmkj</OK>
|
| Verify an xml file is valid | 11 Apr 2006 19:33 GMT | 9 |
Hi; What's the fastest way to verify that an xml file is well-formed (and valid if it has a dtd)? I don't want to pull any data out, I just want to make sure it is a good file. (When the user selects an xml file to save and use in the
|
| XmlDocument.Save() does not close the file properly? | 11 Apr 2006 18:34 GMT | 1 |
I have a test program that creates 5 threads and each thread uses XmlDocument.Save(filename) to save a Xml dom to a file. I have put the lock statement around the Save to prevent from concurrently updating. However I'm still seeing "System.IO.IOException: The process cannot
|
| XMLDocument serilization date format | 11 Apr 2006 16:50 GMT | 3 |
Hiyas, Using VS .net 2003. Setting up a Webservice that accepts 3rd party vendor designed XML requests and returns a filled XMLDocument with response data.
|
| Element order on serialization | 11 Apr 2006 03:39 GMT | 8 |
Here's a class I'm working with public class BatchHeader { public string ScaleSite; public string FromScaleDate;
|
| Creating HTML from an XML and XSLT | 11 Apr 2006 02:01 GMT | 1 |
Hi, I'm a newbee at XML so I need to ask this. I have an xml data like follows. <?xml version="1.0" encoding="utf-8" ?> <salesRep repnum="123" orgdate="16">
|