Kbase P92017: Can an XML document loaded in the Microsoft MSXML Parser be saved directly to a 4GL MEMPTR variable?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/31/2004 |
|
Status: Unverified
GOAL:
Can an XML document loaded in the Microsoft MSXML Parser be saved directly to a 4GL MEMPTR variable?
FIX:
It is not possible to directly save an XML document from Microsoft's MSXML Parser to a MEMPTR variable. One alternative is to save the XML document from the MSXML Parser to a file then load the file into a MEMPTR. For an example showing how to load a file into a MEMPTR variable see Solution 21654 .