Quantcast
Channel: VFPX
Viewing all articles
Browse latest Browse all 3798

Released: nfXML (Aug 09, 2016)

$
0
0
Github project site:
https://github.com/vfp2nofox/nfXml

Download link:
https://github.com/vfp2nofox/nfXml/master.zip

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"

2016/08/09:0.950
  • Included file nfXml.h
  • Proper support for objects with attributes and no properties ; now identified as <objectName>.textnode
  • Bug fix: proper error management for invalid xPath query
  • Minor update for help file
  • new samples: weather.prg / airportdata.prg
  • updated rss.prg
  • updated exceltest.prg

Viewing all articles
Browse latest Browse all 3798

Trending Articles