Kbase P105167: Is it possible to write to an existing XML file?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/9/2005 |
|
Status: Unverified
GOAL:
Is it possible to write to an existing XML file?
GOAL:
How to write to an existing XML file without reading it in first?
GOAL:
Can an existing XML file have records inserted into it without reading it in first?
FIX:
No. There are no methods to do this and the structure of the XML file with start and end node tags makes this very difficult to achieve successfully. The only way to do this with 4GL is to read the whole XML file into the session and re-write it.