[Stackoverflow] [Progress OpenEdge ABL] How to add lead attributes in a chained-attribute expression?

Status
Not open for further replies.
T

Thiru Malai

Guest
In Progress 4GL i need to export some data as XML formates to client.But for some case i need to add lead attributes in a chained-attribute.Can you help this case? You can see my codes down.

hOutSAXDocument:START-DOCUMENT().
hOutSAXDocument:START-ELEMENT("DataItems").
hOutSAXDocument:START-ELEMENT("DataItem").
hOutSAXDocument:INSERT-ATTRIBUTE("Name","Date"):INSERT-ATTRIBUTE("Type","String").


You can see the fourth line i have added lead attributes in a chined attribute but syntex is not correct.I dont know how to solve this issues but generating XML will be like this(see attached picture in this body) XML Formate

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