| Thread | Last Post | Replies |
|
| "Illegal characters in path" with XmlReader of .Net 1.1 | 30 Apr 2006 18:38 GMT | 3 |
I only found one post on Google where someone mentions the same problem with a DataSet: XmlDataReader in .Net 1.1 can not read XML files from a path which contains "%10" or "%3f".
|
| Mapping a big xml-file to relational database | 29 Apr 2006 14:06 GMT | 1 |
Hi, everyone! in the lab couse this semester we are asked to transfer a big xml file (more than 300MB) with DTD into a relational database. Any ideas how we can do it effenciently?
|
| XMLHttpRequest in .NET | 29 Apr 2006 14:03 GMT | 1 |
Is there any class or wrapper or support in .NET of any version for Microsoft.XML components. XMLHttpRequest is an object from MSXML component. If i'm not mistaken MSXML is designed preior to .NET. Is there any related objects in .NET namespaces?
|
| CreateElement and xmlns empty attribute | 29 Apr 2006 13:12 GMT | 3 |
in vb.net I have this code: ..... myNode= XmlDoc.CreateElement("aNode") myAttribute = XmlDoc.CreateAttribute("xlink", "href",
|
| Xml validation exception only occurs outside debugger - VS 2003 C# | 28 Apr 2006 17:03 GMT | 2 |
I am experiencing a strange problem. I am reading and writing xml files via XmlDocument and XmlTextWriter. In the debugger everything works fine but outside the debugger (debug or release) I receive the following error: "The type initializer for "System.Xml.Schema.Validator" ...
|
| Question about output XML stream containing several XML instance documents | 28 Apr 2006 13:27 GMT | 1 |
I am writing an application which takes an XML input stream. Can the XML input stream contain 1 or more XML document information? If so, I can write to an XML output stream and return multiple XML document information back?
|
| XPath get the max value | 28 Apr 2006 12:53 GMT | 3 |
can we get the max value of element from xpath e.g: Xpath Query Expression: /Books/Book[@id='3'] to select XMLNode which id is "3" Can I use Xpath to get the MAX Book id?
|
| proxy authentication | 28 Apr 2006 09:46 GMT | 1 |
There's a problem in my application that calls a remote web service's method, when it tries to connect to the webservice it displays this error: "The request failed with HTTP status 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. ...
|
| xmlhttprequest | 27 Apr 2006 19:08 GMT | 5 |
Can some body write a simple example for xmlhttprequest ?? I am only able to find the client side coding ,but not the server side coding.... it would be nice to have a complete code ( both client side and server side .)
|
| xsd enumeration | 27 Apr 2006 17:59 GMT | 3 |
I parse an XML file with a XSD schema. One XmlNode has an attribute whose type is a restriction of xs:string : <xs:simpleType name="stypeDay"> <xs:restriction base="xs:string">
|
| XML Writer Hex "00" or "." | 27 Apr 2006 15:27 GMT | 2 |
I have an document created with the XML writer that is having issues when loaded to a mainframe due to the fact the it is inserting a "." or "00" between each carachter when viewed as hex. Any ideas why or how to get rid of it?
|
| persisent timeout problem consuming webservice | 27 Apr 2006 08:59 GMT | 7 |
I have a problem in a C# client that consumes a webservice which is wrapped by WSE 2.0 sp3: The WebService works fine but very rarely my client comes in a state where every call to the webservice results in a timeout exception. Meanwhile all my
|
| how do I Serialize data containing & in it | 27 Apr 2006 08:53 GMT | 4 |
My data may contain the characters < ,&, and > The system I'm sending them to wants them to be changed to < & and > respectivily. So I had gone into the data and was changing them over in the code. However when they hit the serializer I end up with
|
| XMLHTTP in .NET | 26 Apr 2006 19:05 GMT | 1 |
I need use the classic XMLHTTP, but in .net. Now I'm using the COM component, but I like use a native class from the framework. This is the code, very simple, that I use. How I do that in .net? Thanks!!! Dim httpOb As MSXML2.XMLHTTP
|
| XmlSerializer produces different results in debug and release buil | 26 Apr 2006 17:10 GMT | 1 |
A few weeks ago, I upgraded an XML server of ours to .NET 2.0. All went fine. Then last week, I decided to remove all obsolete calls from the app and sign each project in the solution in the .NET 2 way so that the app compiled with no warnings. This built fine but we noticed that ...
|