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 here using a excel xml file
simpleRssReader.prg
XML Sample Files:
- XmlEncodeTest.xml
- excelfile.xml
- Inventory Hierarchy.xml
- invoices.xml
- JobCandidate.xml