Prev: Reordering DataGridView and Scrolling
Next: Is possible to run with framework n-1 when built with framework n
From: RayLopez99 on 17 Feb 2010 07:48 On Feb 17, 12:26 pm, "Ele" <nos...(a)nospam.com> wrote: > You are right, your behaviour happens for standard nodes. But if we have a > CDATA node and the node is empty, we end up with: > > <value><![CDATA[]]></value> > > So, in this case, it does not omit the element, it writes it with an empty > value. And when I pass through SQL, the CDATA is removed <value></value>) > and then it is shortened (<value />). > > I will submit this bug to Microsoft. > Exactly my point. Theory, practice. XML is like that, as is C# and programming in general. RL
First
|
Prev
|
Pages: 1 2 3 Prev: Reordering DataGridView and Scrolling Next: Is possible to run with framework n-1 when built with framework n |