[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Write-XML is not appending XML into an existing document

Status
Not open for further replies.
R

Robin Brown

Guest
WRITE-XML will not append to existing data in the X-NODEREF. It will delete the existing data and then write the temp-table data to the X-NODEREF. You should be able to use WRITE-XML to an X-NODEREF, then insert it into your DOM tree. If that is not the case, then I'd call it a bug.

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