| Thread | Last Post | Replies |
|
| XML over HTTP | 02 Nov 2005 21:35 GMT | 2 |
I have to write an interface that accepts "XML over HTTP"-messages. How is this done in .NET? The goal is to have an application (webservice, webapplication, ...) that accepts XML over HTTP and that sends reponses the same way.
|
| xml with inline xsl schema validation fails | 02 Nov 2005 20:14 GMT | 1 |
Hi, I have an xml file with inline xsl when i try to validate with the schema it is throuing lot of errors is there any way to do this if i remove xsl and validate, it is woring fine
|
| Safe way to read attribute | 02 Nov 2005 19:36 GMT | 1 |
Is there a easy way to read a attribute and at the same time making sure that the attribute excist and is of the right type (int, string, double)? Thanks Torben
|
| Serialisation - To Display or Not to Display | 02 Nov 2005 03:52 GMT | 3 |
A general query Im serialising a person object with the following member variables Class Person Private _forenames As String
|
| allow any child element in | 02 Nov 2005 02:30 GMT | 1 |
I want to create an xsd so that I can validate xml against it. All I care is that the root node (named brl) exists in the document. Any other node can go inside it. If I validate an xml file with just the brl node it validates fine, but if I put other elements in I get errors. ...
|
| Difference between noditerator.movenext and... | 01 Nov 2005 16:33 GMT | 2 |
If I create a node iterator using an xpath expression pointing to a specific node, this will give me the value of that node: ni.movenext() ni.current.tostring
|
| Serializing objects that reference other objects | 01 Nov 2005 01:09 GMT | 1 |
I have a couple of C# objects like this: class Foo { } class Bar {
|