| Thread | Last Post | Replies |
|
| Validating a Schema, recognizing failed <xs:import> directives? | 07 Sep 2007 20:41 GMT | 4 |
I have the following XML Schema file located at C:\foo.xsd: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
|
| Problems XSLT Transformation of XML Data to EXCEL 2000 | 07 Sep 2007 15:01 GMT | 1 |
Does Office Excel 2000 support XSLT transformation of data from XML cause am having problem when the attachment is opened in the client side if the Excels version is in Office 2000 and also its works fine if the Office Excel Version 2002 and up
|
| XmlWriter.WriteString() problem. | 05 Sep 2007 12:38 GMT | 1 |
According to the Microsoft documentation, the .NET class System.Xml.XmlWriter.WriteString() does the following: "Character values in the range 0x-0x1F (excluding white space characters 0x9, 0xA, and 0xD) are replaced with numeric character entities (�
|
| Need Help, Returning DOCTYPE with web service XML | 04 Sep 2007 17:02 GMT | 1 |
I cannot find how to do this, hopefully someone can help and soon! I have a web service (in c#) that returns and XML document, but the Doctype is stripped out on the return and I cannot figure out why. Here is a striped down demo.
|
| Write XML File to Web Server File Problems | 04 Sep 2007 13:08 GMT | 2 |
I am about to go mad because of the wonderful error messages that don't provide enough detail. Below is the code I am trying to use to take an updated dataset and write it back to a file on a web server.... ' Create WebClient
|
| [VB] XML & DTD -Validation | 02 Sep 2007 18:36 GMT | 4 |
I've got a problem. Consider for a moment that there exists a URI to a DTD in an XML file. Not very uncommon. Now, what happens if the remote server owner go belly up and because of this the DTD vanishes? Will all XML docs of the
|