Write an XML file to a MEMPTR, a stream, or a LONGCHAR
- Last Updated: June 7, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
You can also write an XML file to a MEMPTR or
to an output stream or to a LONGCHAR as the following code fragments
demonstrate.
The following fragment shows how to save an XML file to a MEMPTR:
|
The following fragment shows how to save an XML file to a LONGCHAR:
|
The following fragment shows how to save an XML file to an output stream:
|