NathanWaterman / angular-XML-JSON-map

Uses a REST service call to read in two data points in XML. Since XML does not work well with Angular Data Binding, the XML is pasred to JSON using https://dzone.com/articles/convert-xml-to-json-in-angular-js (xmltojson.js). The syntax and data looping is similar, but the data points and name space is different

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Uses a REST service call to read in two data points in XML. Since XML does not work well with Angular Data Binding, the XML is pasred to JSON using https://dzone.com/articles/convert-xml-to-json-in-angular-js (xmltojson.js). The syntax and data looping is similar, but the data points and name space is different


Languages

Language:JavaScript 76.1%Language:HTML 23.9%