Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data to XML using SDIXML_DATA_TO_DOM

Former Member
0 Likes
535

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.

1 REPLY 1
Read only

Former Member
0 Likes
385

Any news of that???

We have the some problem...

Thanks!!!

PM