Adomd.net -
09-27-2005
, 11:19 AM
Hi ,
I am converting XML from adomd cellset using ExecuteXmlReader(). But when the
cell is empty, the ExecuteXmlReader() ignores the empty node like in below
example. Is it possible to retain those empty nodes? In the below example you
can clearly see cellordinal 1 is missing . Can anyone help??
Thanks
<Cell CellOrdinal="0">
<Value xsi:type="xsd:string">2004-09-13T00:00:00</Value>
<FmtValue>13/09/2004</FmtValue>
</Cell>
<Cell CellOrdinal="2">
<Value xsi:type="xsd:double">95</Value>
<FmtValue>95.0</FmtValue>
</Cell> |