G
Guest
Hello,
I am serializing a class containing boolean fields and noticed that values
are serialized (written on the XML file) as "True" and "False" (capitalised
first letter). However, when validating against a Schema, XMLSpy complains
xs:boolean only defines a "true" and "false" as valid values.
Is there any way XmlSerializer can be made to output those value without
having to write a customis serializer?
TIA,
Vanni
I am serializing a class containing boolean fields and noticed that values
are serialized (written on the XML file) as "True" and "False" (capitalised
first letter). However, when validating against a Schema, XMLSpy complains
xs:boolean only defines a "true" and "false" as valid values.
Is there any way XmlSerializer can be made to output those value without
having to write a customis serializer?
TIA,
Vanni