Hi!
Because of legacy issues, I have to generate to generate a specific
XML format.
In c#, I would like for example some DateTime attributes to be
included in the generated XML only if their value is different to
DateTime.MinVal ue.
For example if BeginDate=DateT ime.MinValue I want to generate
<Node Id="8acc937a-2160-4d34-96df-879b1da1c886" />
instead of
<Node BeginDate="0001-01-01T00:00:00"...