[progress Communities] [progress Openedge Abl] Forum Post: Read Non-list Xml Into Temp-table

  • Thread starter Thread starter Johan Vergeer
  • Start date Start date
Status
Not open for further replies.
J

Johan Vergeer

Guest
When reading some xml into a temp-table or dataset it usually is not a problem. But there are cases when the data is not in a list, but in the top level of the xml file. When this is my temp-table: DEF TEMP-TABLE ttCustomer NO-UNDO XML-NODE-NAME "customerItem" FIELD customer_id AS INT FIELD firstname AS CHAR FIELD lastname AS CHAR. This will work And this will not Is there a way to tell the temp-table that there is only one item, and not a list so it can be picked up? If this is not possible, what would be the second best option?

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