| Thread | Last Post | Replies |
|
| Force default values serialization | 06 Feb 2008 15:10 GMT | 1 |
I'm aware that System.Xml.XmlSerializer Does Not Serialize Default Values. I would like to override the serialization of a public property to an element attribute when it's value match the default value. For instance the following public field :
|
| XMLCsvReader ColumnsAsAttributes & Empty Attributes | 05 Feb 2008 15:38 GMT | 1 |
I would like the XMLCsvReader to generate XML without emtpy attributes when ColumnsAsAttributes property i set to true and corresponding CSV column is empty. Is it possible ?
|
| XML fragment - syntax error | 01 Feb 2008 03:36 GMT | 3 |
Can someone tell me how to correct this warning, please? XSD fragment is - <complexType name="GridDomainType"> <complexContent>
|
| XML validation with multiple schemas | 01 Feb 2008 03:31 GMT | 6 |
I'm finding errors that I don't understand with the MSDN Library code at http://msdn2.microsoft.com/en-us/library/wc8csdkz.aspx (XML validation with multiple schemas), which relate to the dvd schema that's inline within the xml data file (mixed.xml) - <xs:schema xmlns:xs="http ...
|