ally-xml-parser
Preview the parser HERE
===============
- rateArray.js - This is where you set the product nodes.
- display.js - This is where the display logic goes.
- xmlParser.js - XML parsing logic.
- testFiles folder - Here we have three XML files for testing purposes: blank.xml, invalid.xml, and non-numeric.xml
- To test the unit append the following to the URL:
- ?test=invlaid //for testing invalid XML
- ?test=non-numeric //for testing non-numeric values
- ?test=blank //for testing blank XML
- fonts folder
- images folder
- Make sure your rate Divs are called "rate0, rate1, rate2 ...."