nfXml
VisualFoxpro Xml Parser / Serializer
Basic Usage:- oVfp = nfXMLRead(cXMLstring | fileName [, cArraysList, cXpath,@cObjectMap ]): creates a vfp object from xml.
- cXml = nfXmlCreate( oVfp ): creates XML from a VFP empty-based object
- cObjectPaths = nfXmlMap( cXml ) : Parse XML w/o schema and show all object paths - please check help file for important notes about arrays in XML.
Help & Notes: nfXml_readme.txt
Sample Test prgs:
( run from Tests\ !)
nfxmltest.prg: main functionallity shown using a excel xml file
simpleRssReader.prg
XML Sample Files:
- AndroidPhone.xml
- XmlEncodeTest.xml
- excelfile.xml
- Inventory Hierarchy.xml
- invoices.xml
- JobCandidate.xml
Change Log:
2016/08/01:0.900
Initial Release
2016/08/01:0.901
Minor bug in nfXmlRead
added xml sample file "AndroidPhone.xml"