tagged [xml-namespaces]

XElement adds an xmlns

XElement adds an xmlns I'm using Linq to XML to create a new XML file. Some part of the file do I get from an existing XML file. I use the following code for this. ``` var v2 = new XDocument( new XDe...

Using XSDs with includes

Using XSDs with includes Here is an XSD: Here is a second XSD that includes the one above: ```

12 Apr at 17:23

How to get ServiceStack to receive XML request from TFS with XML namespaces

How to get ServiceStack to receive XML request from TFS with XML namespaces I am trying to wire up TFS 2012 event notifications to ServiceStack, but I just keep getting the error: ``` { "responseSta...

23 May at 12:20

Automatically created C# classes for xml deserialization don't work

Automatically created C# classes for xml deserialization don't work I am struggling to create deserialization classes for this xml: ```