| Thread | Last Post | Replies |
|
| IE and XML problem. | 11 Dec 2003 14:46 GMT | 1 |
I'm having trouble convincing IE to display my XML when I'm using it in my application. I'm creating XML using XmlTextWriter, and then Load() it to IE. The problem is that in the way, a space is inserted after every character (Like this < ?
|
| SgmlReader problem... | 11 Dec 2003 09:46 GMT | 2 |
I've a mysterious problem using SgmlReader, I get an exception doing to following code: I get the following exception calling CleanHtml("Painless software management");
|
| DataSets, Web Services, DiffGrams, Arrays, and Interoperability | 11 Dec 2003 02:55 GMT | 7 |
I built the example application outlined in this artical: http://msdn.microsoft.com/library/default.asp? url=/library/en-us/dnservice/html/service02112003.asp There were a number of questions along the same lines
|
| Load XML to DataSet Problem | 10 Dec 2003 21:54 GMT | 1 |
The following is a small sample of my XML Data. When I load it to a dataset it only loads the 'Zone' elements and ignores loading the 'Field' elements. <zone id="1234" name="EMPLOYMENT_INFO">
|
| Appending to an Attribute | 10 Dec 2003 18:32 GMT | 2 |
Is there a way to append to an attribute in XSLT. For example: <input name="emailaddress" style="width:200px"> <xsl:apply-templates select="//object[id='emailaddress']"/>
|
| XPATH and Namespaces. | 10 Dec 2003 17:46 GMT | 4 |
I'm calling a webservice that returns me data in a xml node. However it has a specific namespace. I'm using the xmlnamespacemanager, but the code does not work as expected. Here is the code
|
| xml serialization question | 10 Dec 2003 16:46 GMT | 1 |
I am using XML serialization to convert my C# structure to a xml file. The file is in GML format. some element name has ":" inside. For example, one element name call "gml:coordinates".
|
| Help - Soap Message - SignedXml - Apache Xml Security Suite - Interoperability | 10 Dec 2003 15:27 GMT | 5 |
I am using SignedXml class to sign and verify soap xml documents. We are not using WSE at this point. When I sign a soap document and send it to my trading partner, they can verify the document without any problem. However when they send me the signed soap document, I am not able to ...
|
| Replacing a DocumentType Declaration usin XPATH | 10 Dec 2003 12:35 GMT | 1 |
Hi to all! How can I replace a DocumentType Declaration in a XML file using XMLDocument and XPath? Thanks in advance.
|
| XML PI | 10 Dec 2003 10:41 GMT | 1 |
I'm using the XmlSchema class to generated my schemas, but I noticed that the PI is always <?xml version="1.0" encoding="Windows-1252"?>. Want to change the encoding to "utf-8"... appreciate your help.
|
| XmlNode and XPath | 10 Dec 2003 07:38 GMT | 9 |
I noticed that XmlNode and XpathNavigator are quite similiar. XmlNode seems to navigate over an XML Doc and so does XPathNav so when do I use XPathNavigator instead of XmlNode?
|
| Parse XML into Collection - general use code? | 10 Dec 2003 07:30 GMT | 3 |
I'm a newbie so please bear with me... I'm looking to parse XML into a Collection so that I can pass that collection around to functions to extract data from it easily. I'm hoping there is code already to parse std XML files into a
|
| Validating XML w/o Namespace against XSD | 10 Dec 2003 06:11 GMT | 1 |
I am trying to validate an XML file that does not contain any xmlns: namespace attribute against a predefined XSD schema. I should think this would be easy to do, since there must be far more "unqualified" XML files out there than there are ones that include a namespace reference.
|
| Exceptionhandling | 10 Dec 2003 02:20 GMT | 1 |
I'm trying to throw an exception through to SOAP- protocol. Like this: throw new SoapException("message", SoapException.ServerFaultCode);
|
| How do I add a child node | 10 Dec 2003 02:00 GMT | 1 |
A very very basic question: I have a class A: [System.Xml.Serialization.XmlTypeAttribute (Namespace="some_namespace")]
|