Examples of reading an input XML file
- Last Updated: October 17, 2024
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
i-attnam.p
The i-attnam.p example shows reading in a file called "personal.xml", processing through all the child nodes and displaying information if the node name is "person".
|
i-incus.p
The i-incus.p example reads in the output file created by the previous program, i-outcus.p and creates temp-table entries.
|