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

Released: nfXML (Aug 09, 2016)

$
0
0

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
  • Support for objects with attributes and no properties ( see returned XML in airportdata.prg service ) / as <objectName>.value
  • Bug fix: proper error management for invalid xPath query
  • Minor update for help file
  • new samples: weather.prg / airportdata.prg
  • updated rss.prg

Viewing all articles
Browse latest Browse all 3798

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>