[stackoverflow] [progress Openedge Abl] How To Add Xml Attributes To Temp Table Fields In...

Status
Not open for further replies.
I

Ivan

Guest
DEFINE TEMP-TABLE ttTest
FIELD One AS CHARACTER
FIELD Two AS CHARACTER
FIELD Three AS CHARACTER
.


I want to have field 'Two' have an attribute 'name' and then a value.

So it ends up like this...


<ttTest>
<One>bla</One>
<Two name="somethingLifeChanging">blabla</Two>
<Three>blablabla</Three>
</ttTest>

Any ideas how I can go about achieving this?

Continue reading...
 
Status
Not open for further replies.
Top