| Thread | Last Post | Replies |
|
| XMLTextReader - root element is missing | 22 Nov 2004 22:28 GMT | 4 |
I'm sending xml to a web service by building a string dynamically. When my web service tries to validate the xml with a schema, I'm getting the error "the root element is missing". If I use an xml file saved to disk, I don't get an error.
|
| Reading XML files on WebServer | 22 Nov 2004 22:23 GMT | 2 |
I am wanting to read an XML file sitting on a server and am wondering if I will run into problems with firewalls and/or proxy servers using the following simple bit of code:
|
| Cannot Read CDATA (using WINDOWS-1252 encoding) | 22 Nov 2004 22:21 GMT | 4 |
I have an XML document fed to me from a third party app: <?xml version="1.0" encoding="WINDOWS-1252" ?> <GatewayPlan xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
| XmlTextReader with Stream | 22 Nov 2004 22:14 GMT | 1 |
All, I have been following this thread for some time now. Recently I found that in 2 seperate posts, the MSFT employees responded as there was a QFE to fix this problem. All you need to do is contact PSS.
|
| Consume a dataset in unmanaged C++ client (MFC) | 22 Nov 2004 21:33 GMT | 4 |
I'm trying to use a dataset returned from a web service in an unmanaged C++ (MFC) client. The dataset is returned as a BSTR, and I'm having trouble reading the BSTR into an XML document for processing. The data looks correct in the BSTR. Can anyone help point me in the right ...
|
| XML schema | 22 Nov 2004 18:20 GMT | 2 |
I have a dtd file . I want that file transformed into schema .I found program dtd2xsd.pl but it only prints on standard output. Has anyone worked with that program and how to set some parameters so it can print into some file?
|
| Omit BOM in XMLDocument.save | 22 Nov 2004 16:55 GMT | 6 |
How do I get the following code to not put the Unicode BOM in the file. If the attribute ecoding=UTF-8 exists, it will put the BOM in the file. objXMLDocument = New XmlDocument objXMLDocument.Load("C:\test.xml")
|
| vs.net xml parser | 22 Nov 2004 16:04 GMT | 2 |
anyone know of a C++ (ansi) XML parser which uses Visual Studio .Net 2003 compiler??
|
| special chars | 22 Nov 2004 09:13 GMT | 1 |
I want to create xml in the following format: ... <driver venid="VEN_1002&DEV_4C66&SUBSYS_011D1028" /> <driver venid="VEN_1003&DEV_4C67&SUBSYS_011D1029" />
|
| Replacing SQL with XML | 22 Nov 2004 03:57 GMT | 2 |
We are using MSDE 2000 and ADO.Net for our database/datalayer in our client server based app. The application is not expected to have more than one user because the whole thing is installed on a users machine.
|
| WriteXML encoding strings ! Please help | 21 Nov 2004 22:17 GMT | 2 |
Hi Guru's, Going crazy with this problem! I fill a dataset in asp.net with a 'FOR XML AUTO' query and Output it back to the browser.
|
| XML DTD Question | 21 Nov 2004 21:21 GMT | 1 |
Here is my original xml structure. I want to add another child node called hyperlinks to the parent graphic. How would I modify this DTD to reflect this new child being added. Thank You for any help toward this end!
|
| XPath trouble - Help! | 21 Nov 2004 12:42 GMT | 1 |
Any leads/help/ideas are greatly appreciated. I'm getting a response back from a SOAP server and under classic ASP I was able to process the xml fine. The app is being ported to c# and the same approach isn't working as well. It fails at the xpath query after the results come back.
|
| XML file vs Windows Registry | 20 Nov 2004 18:36 GMT | 3 |
Hi I just have a quick question. One of our Windows based application uses the registry for configuration type options and some other things. I want to modify our application to move to use a XML file
|
| Return Dataset without schema | 19 Nov 2004 21:25 GMT | 1 |
I want to return a dataset from a webservice and exclude the schema. How can I do this? /Patrik
|