nfXml
Provides two simple to use functions to convert complex XML into a VFP (empty-based) object and vice versa.Note: this project has moved to GitHub: https://github.com/VFPX/nfXML
Project Manager: Marco PlazaProject includes...
- nfXmlRead.prg: standalone function, receives valid XML string, returns VFP empty-based object.
- nfXmlCreate.prg: receives VFP object , returns XML string.
- test.prg: turns sample file test.xml into VFP object.
- test.xml: sample XML file