‎2009 Sep 30 9:05 PM
Hi All,
Can someone help me identify how to do a workaround in transferring a data to XML format when the data passed is blank? Basically I want to have a terminator tag when the data is blank.
Now I am getting the result with <FieldValue/> but when there is a data passed the tags are correct,
<FieldValue>1234</FieldValue>. I want to have a format like this <FieldValue> </FieldValue> when the data is blank.
Or is this a normal behaviour of the xml? I am using FMs SDIXML_DATA_TO_DOM and SDIXML_DOM_TO_XML.
Please help.
Thanks in advance.
‎2011 Mar 16 2:36 PM