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

  • Thread starter Thread starter christian.bryan@capita.co.uk
  • Start date Start date
Status
Not open for further replies.
C

christian.bryan@capita.co.uk

Guest
Hi Not sure whether i am doing this right as i couldn't find good documentation. But i have an existing XML document created using the DOM parser and i was hoping the write-xml function could write into this e.g. TEMP-TABLE tt-getTenancyDetails:WRITE-XML("handle", lv-TenanciesNode, FALSE, ?, ?, FALSE, FALSE). Where lv-TenanciesNode is a DOM X-NODEREF. However it doesn't write the data into the node but there is no error is this because WRITE-XML is the SAX parser? WIill i have to write the XML into a longchar and then load that into a DOM X-DOC and then use that instead to insert the xml into my DOM tree? Thanks

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