Read the metadata and standard XML format and convert to JSON. Uses Scala case classes as an intermediary data structure.
Requires SBT to compile and run the system.
Unpack the zip file available for download from corestandards.org and
put all the XML nearby -- for example src/main/xml
.
The application accepts one or more XML files as argument(s) of the
run
target of SBT.
> run src/main/xml/ela-literacy.xml src/main/xml/math.xml
[info] Running ccssi.Main src/main/xml/ela-literacy.xml src/main/xml/math.xml
Wrote JSON to file src/main/xml/ela-literacy.json
Wrote JSON to file src/main/xml/math.json
[success] Total time: 4 s, completed Jun 31, 2016 12:20:51 PM
There is also a custom SBT task, called xmlToJsonDir
, that will
process all the XML files under a directory and convert them to JSON.
> xmlToJsonDir ./src/main/xml
[info] Loooking for XML files in ....
[info] Converting XML files to JSON...
[info] DONE
[info] Running ccssi.Main [FILES...]
Wrote JSON to file ./src/main/xml/ela-literacy.json
Wrote JSON to file ./src/main/xml/math.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra.json
Wrote JSON to file ./src/main/xml/ela-literacy/l.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl.json
Wrote JSON to file ./src/main/xml/ela-literacy/w.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/l.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/r.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/sl.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/w.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/l/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/l/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/l/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/l/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/l/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/l/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/r/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/r/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/r/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/r/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/r/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/r/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/r/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/r/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/r/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/r/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/sl/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/sl/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/sl/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/sl/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/sl/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/sl/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/w/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/w/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/w/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/w/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/w/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/w/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/w/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/w/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/w/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/ccra/w/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/l/k.json
Wrote JSON to file ./src/main/xml/ela-literacy/l/k/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/l/k/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/l/k/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/l/k/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/l/k/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/l/k/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/l/k/1/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/l/k/1/f.json
Wrote JSON to file ./src/main/xml/ela-literacy/l/k/2/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/l/k/2/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/l/k/2/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/11-12.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/9-10.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/11-12/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/11-12/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/11-12/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/11-12/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/11-12/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/11-12/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/11-12/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/11-12/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/11-12/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/11-12/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/2/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/2/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/2/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/2/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/2/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/3/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/3/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/3/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/3/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/3/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/3/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/3/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/3/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/3/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/3/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/4/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/4/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/4/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/4/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/4/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/4/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/4/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/4/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/4/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/4/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/5/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/5/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/5/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/5/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/5/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/5/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/5/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/5/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/5/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/5/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/6/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/6/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/6/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/6/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/6/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/6/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/6/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/6/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/6/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/6/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/7/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/7/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/7/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/7/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/7/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/7/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/7/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/7/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/7/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/7/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/8/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/8/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/8/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/8/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/8/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/8/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/8/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/8/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/8/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/8/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/9-10/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/9-10/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/9-10/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/9-10/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/9-10/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/9-10/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/9-10/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/9-10/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/9-10/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/ri/9-10/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/11-12.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/9-10.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/k.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/1/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/1/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/1/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/1/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/1/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/1/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/1/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/1/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/1/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/1/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/11-12/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/11-12/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/11-12/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/11-12/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/11-12/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/11-12/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/11-12/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/11-12/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/11-12/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/11-12/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/2/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/2/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/2/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/2/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/2/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/2/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/2/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/2/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/2/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/2/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/3/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/3/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/3/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/3/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/3/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/3/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/3/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/3/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/3/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/3/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/4/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/4/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/4/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/4/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/4/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/4/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/4/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/4/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/4/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/4/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/5/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/5/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/5/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/5/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/5/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/5/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/5/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/5/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/5/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/5/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/6/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/6/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/6/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/6/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/6/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/6/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/6/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/6/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/6/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/6/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/7/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/7/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/7/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/7/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/7/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/7/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/7/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/7/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/7/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/7/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/8/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/8/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/8/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/8/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/8/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/8/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/8/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/8/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/8/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/8/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/9-10/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/9-10/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/9-10/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/9-10/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/9-10/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/9-10/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/9-10/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/9-10/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/9-10/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/9-10/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/k/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/k/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/k/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/k/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/k/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/k/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/k/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/k/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/k/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/rl/k/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/11-12.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/6-8.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/9-10.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/11-12/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/11-12/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/11-12/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/11-12/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/11-12/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/11-12/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/11-12/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/11-12/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/11-12/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/11-12/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/6-8/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/6-8/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/6-8/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/6-8/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/6-8/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/6-8/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/6-8/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/6-8/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/6-8/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/6-8/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/9-10/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/9-10/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/9-10/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/9-10/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/9-10/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/9-10/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/9-10/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/9-10/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/9-10/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/rst/9-10/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/11-12.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/9-10.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/k.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/1/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/1/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/1/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/1/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/1/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/1/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/1/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/1/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/1/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/11-12/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/11-12/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/11-12/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/11-12/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/11-12/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/11-12/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/11-12/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/11-12/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/11-12/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/11-12/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/2/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/2/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/2/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/2/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/2/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/2/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/2/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/2/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/2/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/3/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/3/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/3/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/3/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/3/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/3/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/3/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/3/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/3/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/3/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/4/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/4/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/4/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/4/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/4/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/4/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/4/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/4/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/4/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/4/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/5/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/5/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/5/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/5/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/5/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/5/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/5/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/5/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/5/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/5/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/6/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/6/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/6/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/6/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/6/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/6/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/6/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/6/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/6/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/6/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/7/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/7/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/7/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/7/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/7/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/7/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/7/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/7/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/7/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/7/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/8/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/8/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/8/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/8/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/8/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/8/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/8/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/8/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/8/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/8/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/9-10/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/9-10/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/9-10/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/9-10/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/9-10/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/9-10/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/9-10/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/9-10/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/9-10/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/9-10/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/k/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/k/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/k/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/k/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/k/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/k/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/k/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/sl/k/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/k.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/1/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/1/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/1/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/1/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/1/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/1/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/1/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/1/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/1/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/1/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/1/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/2/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/2/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/2/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/2/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/2/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/2/f.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/3/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/3/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/3/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/3/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/3/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/9/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/11-12/9/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/2/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/2/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/2/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/2/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/2/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/2/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/2/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/2/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/2/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/2/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/2/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/2/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/2/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/2/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/3/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/3/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/3/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/3/3/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/2/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/2/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/2/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/2/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/2/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/3/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/3/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/3/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/3/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/3/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/9/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/4/9/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/2/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/2/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/2/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/2/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/2/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/3/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/3/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/3/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/3/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/3/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/9/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/5/9/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/1/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/2/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/2/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/2/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/2/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/2/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/2/f.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/3/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/3/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/3/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/3/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/3/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/9/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/6/9/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/1/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/2/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/2/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/2/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/2/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/2/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/2/f.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/3/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/3/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/3/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/3/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/3/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/9/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/7/9/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/1/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/2/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/2/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/2/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/2/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/2/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/2/f.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/3/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/3/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/3/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/3/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/3/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/9/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/8/9/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/1/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/2/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/2/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/2/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/2/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/2/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/2/f.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/3/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/3/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/3/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/3/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/3/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/9/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/9-10/9/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/k/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/k/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/k/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/k/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/k/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/k/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/k/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/k/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/k/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/w/k/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/1/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/2/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/2/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/2/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/2/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/11-12/2/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/1/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/2/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/2/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/2/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/2/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/2/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/6-8/2/f.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/1.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/10.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/2.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/3.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/4.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/5.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/6.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/7.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/8.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/9.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/1/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/1/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/1/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/1/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/1/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/2/a.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/2/b.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/2/c.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/2/d.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/2/e.json
Wrote JSON to file ./src/main/xml/ela-literacy/whst/9-10/2/f.json
Wrote JSON to file ./src/main/xml/math/content.json
Wrote JSON to file ./src/main/xml/math/practice.json
Wrote JSON to file ./src/main/xml/math/content/1.json
Wrote JSON to file ./src/main/xml/math/content/2.json
Wrote JSON to file ./src/main/xml/math/content/3.json
Wrote JSON to file ./src/main/xml/math/content/4.json
Wrote JSON to file ./src/main/xml/math/content/5.json
Wrote JSON to file ./src/main/xml/math/content/6.json
Wrote JSON to file ./src/main/xml/math/content/7.json
Wrote JSON to file ./src/main/xml/math/content/8.json
Wrote JSON to file ./src/main/xml/math/content/hsa.json
Wrote JSON to file ./src/main/xml/math/content/hsf.json
Wrote JSON to file ./src/main/xml/math/content/hsg.json
Wrote JSON to file ./src/main/xml/math/content/hsn.json
Wrote JSON to file ./src/main/xml/math/content/hss.json
Wrote JSON to file ./src/main/xml/math/content/k.json
Wrote JSON to file ./src/main/xml/math/content/1/g.json
Wrote JSON to file ./src/main/xml/math/content/1/md.json
Wrote JSON to file ./src/main/xml/math/content/1/nbt.json
Wrote JSON to file ./src/main/xml/math/content/1/oa.json
Wrote JSON to file ./src/main/xml/math/content/1/g/a.json
Wrote JSON to file ./src/main/xml/math/content/1/g/a/1.json
Wrote JSON to file ./src/main/xml/math/content/1/g/a/2.json
Wrote JSON to file ./src/main/xml/math/content/1/g/a/3.json
Wrote JSON to file ./src/main/xml/math/content/1/md/a.json
Wrote JSON to file ./src/main/xml/math/content/1/md/b.json
Wrote JSON to file ./src/main/xml/math/content/1/md/c.json
Wrote JSON to file ./src/main/xml/math/content/1/md/a/1.json
Wrote JSON to file ./src/main/xml/math/content/1/md/a/2.json
Wrote JSON to file ./src/main/xml/math/content/1/md/b/3.json
Wrote JSON to file ./src/main/xml/math/content/1/md/c/4.json
Wrote JSON to file ./src/main/xml/math/content/1/nbt/a.json
Wrote JSON to file ./src/main/xml/math/content/1/nbt/b.json
Wrote JSON to file ./src/main/xml/math/content/1/nbt/c.json
Wrote JSON to file ./src/main/xml/math/content/1/nbt/a/1.json
Wrote JSON to file ./src/main/xml/math/content/1/nbt/b/2.json
Wrote JSON to file ./src/main/xml/math/content/1/nbt/b/3.json
Wrote JSON to file ./src/main/xml/math/content/1/nbt/b/2/a.json
Wrote JSON to file ./src/main/xml/math/content/1/nbt/b/2/b.json
Wrote JSON to file ./src/main/xml/math/content/1/nbt/b/2/c.json
Wrote JSON to file ./src/main/xml/math/content/1/nbt/c/4.json
Wrote JSON to file ./src/main/xml/math/content/1/nbt/c/5.json
Wrote JSON to file ./src/main/xml/math/content/1/nbt/c/6.json
Wrote JSON to file ./src/main/xml/math/content/1/oa/a.json
Wrote JSON to file ./src/main/xml/math/content/1/oa/b.json
Wrote JSON to file ./src/main/xml/math/content/1/oa/c.json
Wrote JSON to file ./src/main/xml/math/content/1/oa/d.json
Wrote JSON to file ./src/main/xml/math/content/1/oa/a/1.json
Wrote JSON to file ./src/main/xml/math/content/1/oa/a/2.json
Wrote JSON to file ./src/main/xml/math/content/1/oa/b/3.json
Wrote JSON to file ./src/main/xml/math/content/1/oa/b/4.json
Wrote JSON to file ./src/main/xml/math/content/1/oa/c/5.json
Wrote JSON to file ./src/main/xml/math/content/1/oa/c/6.json
Wrote JSON to file ./src/main/xml/math/content/1/oa/d/7.json
Wrote JSON to file ./src/main/xml/math/content/1/oa/d/8.json
Wrote JSON to file ./src/main/xml/math/content/2/g.json
Wrote JSON to file ./src/main/xml/math/content/2/md.json
Wrote JSON to file ./src/main/xml/math/content/2/nbt.json
Wrote JSON to file ./src/main/xml/math/content/2/oa.json
Wrote JSON to file ./src/main/xml/math/content/2/g/a.json
Wrote JSON to file ./src/main/xml/math/content/2/g/a/1.json
Wrote JSON to file ./src/main/xml/math/content/2/g/a/2.json
Wrote JSON to file ./src/main/xml/math/content/2/g/a/3.json
Wrote JSON to file ./src/main/xml/math/content/2/md/a.json
Wrote JSON to file ./src/main/xml/math/content/2/md/b.json
Wrote JSON to file ./src/main/xml/math/content/2/md/c.json
Wrote JSON to file ./src/main/xml/math/content/2/md/d.json
Wrote JSON to file ./src/main/xml/math/content/2/md/a/1.json
Wrote JSON to file ./src/main/xml/math/content/2/md/a/2.json
Wrote JSON to file ./src/main/xml/math/content/2/md/a/3.json
Wrote JSON to file ./src/main/xml/math/content/2/md/a/4.json
Wrote JSON to file ./src/main/xml/math/content/2/md/b/5.json
Wrote JSON to file ./src/main/xml/math/content/2/md/b/6.json
Wrote JSON to file ./src/main/xml/math/content/2/md/c/7.json
Wrote JSON to file ./src/main/xml/math/content/2/md/c/8.json
Wrote JSON to file ./src/main/xml/math/content/2/md/d/10.json
Wrote JSON to file ./src/main/xml/math/content/2/md/d/9.json
Wrote JSON to file ./src/main/xml/math/content/2/nbt/a.json
Wrote JSON to file ./src/main/xml/math/content/2/nbt/b.json
Wrote JSON to file ./src/main/xml/math/content/2/nbt/a/1.json
Wrote JSON to file ./src/main/xml/math/content/2/nbt/a/2.json
Wrote JSON to file ./src/main/xml/math/content/2/nbt/a/3.json
Wrote JSON to file ./src/main/xml/math/content/2/nbt/a/4.json
Wrote JSON to file ./src/main/xml/math/content/2/nbt/a/1/a.json
Wrote JSON to file ./src/main/xml/math/content/2/nbt/a/1/b.json
Wrote JSON to file ./src/main/xml/math/content/2/nbt/b/5.json
Wrote JSON to file ./src/main/xml/math/content/2/nbt/b/6.json
Wrote JSON to file ./src/main/xml/math/content/2/nbt/b/7.json
Wrote JSON to file ./src/main/xml/math/content/2/nbt/b/8.json
Wrote JSON to file ./src/main/xml/math/content/2/nbt/b/9.json
Wrote JSON to file ./src/main/xml/math/content/2/oa/a.json
Wrote JSON to file ./src/main/xml/math/content/2/oa/b.json
Wrote JSON to file ./src/main/xml/math/content/2/oa/c.json
Wrote JSON to file ./src/main/xml/math/content/2/oa/a/1.json
Wrote JSON to file ./src/main/xml/math/content/2/oa/b/2.json
Wrote JSON to file ./src/main/xml/math/content/2/oa/c/3.json
Wrote JSON to file ./src/main/xml/math/content/2/oa/c/4.json
Wrote JSON to file ./src/main/xml/math/content/3/g.json
Wrote JSON to file ./src/main/xml/math/content/3/md.json
Wrote JSON to file ./src/main/xml/math/content/3/nbt.json
Wrote JSON to file ./src/main/xml/math/content/3/nf.json
Wrote JSON to file ./src/main/xml/math/content/3/oa.json
Wrote JSON to file ./src/main/xml/math/content/3/g/a.json
Wrote JSON to file ./src/main/xml/math/content/3/g/a/1.json
Wrote JSON to file ./src/main/xml/math/content/3/g/a/2.json
Wrote JSON to file ./src/main/xml/math/content/3/md/a.json
Wrote JSON to file ./src/main/xml/math/content/3/md/b.json
Wrote JSON to file ./src/main/xml/math/content/3/md/c.json
Wrote JSON to file ./src/main/xml/math/content/3/md/d.json
Wrote JSON to file ./src/main/xml/math/content/3/md/a/1.json
Wrote JSON to file ./src/main/xml/math/content/3/md/a/2.json
Wrote JSON to file ./src/main/xml/math/content/3/md/b/3.json
Wrote JSON to file ./src/main/xml/math/content/3/md/b/4.json
Wrote JSON to file ./src/main/xml/math/content/3/md/c/5.json
Wrote JSON to file ./src/main/xml/math/content/3/md/c/6.json
Wrote JSON to file ./src/main/xml/math/content/3/md/c/7.json
Wrote JSON to file ./src/main/xml/math/content/3/md/c/5/a.json
Wrote JSON to file ./src/main/xml/math/content/3/md/c/5/b.json
Wrote JSON to file ./src/main/xml/math/content/3/md/c/7/a.json
Wrote JSON to file ./src/main/xml/math/content/3/md/c/7/b.json
Wrote JSON to file ./src/main/xml/math/content/3/md/c/7/c.json
Wrote JSON to file ./src/main/xml/math/content/3/md/c/7/d.json
Wrote JSON to file ./src/main/xml/math/content/3/md/d/8.json
Wrote JSON to file ./src/main/xml/math/content/3/nbt/a.json
Wrote JSON to file ./src/main/xml/math/content/3/nbt/a/1.json
Wrote JSON to file ./src/main/xml/math/content/3/nbt/a/2.json
Wrote JSON to file ./src/main/xml/math/content/3/nbt/a/3.json
Wrote JSON to file ./src/main/xml/math/content/3/nf/a.json
Wrote JSON to file ./src/main/xml/math/content/3/nf/a/1.json
Wrote JSON to file ./src/main/xml/math/content/3/nf/a/2.json
Wrote JSON to file ./src/main/xml/math/content/3/nf/a/3.json
Wrote JSON to file ./src/main/xml/math/content/3/nf/a/2/a.json
Wrote JSON to file ./src/main/xml/math/content/3/nf/a/2/b.json
Wrote JSON to file ./src/main/xml/math/content/3/nf/a/3/a.json
Wrote JSON to file ./src/main/xml/math/content/3/nf/a/3/b.json
Wrote JSON to file ./src/main/xml/math/content/3/nf/a/3/c.json
Wrote JSON to file ./src/main/xml/math/content/3/nf/a/3/d.json
Wrote JSON to file ./src/main/xml/math/content/3/oa/a.json
Wrote JSON to file ./src/main/xml/math/content/3/oa/b.json
Wrote JSON to file ./src/main/xml/math/content/3/oa/c.json
Wrote JSON to file ./src/main/xml/math/content/3/oa/d.json
Wrote JSON to file ./src/main/xml/math/content/3/oa/a/1.json
Wrote JSON to file ./src/main/xml/math/content/3/oa/a/2.json
Wrote JSON to file ./src/main/xml/math/content/3/oa/a/3.json
Wrote JSON to file ./src/main/xml/math/content/3/oa/a/4.json
Wrote JSON to file ./src/main/xml/math/content/3/oa/b/5.json
Wrote JSON to file ./src/main/xml/math/content/3/oa/b/6.json
Wrote JSON to file ./src/main/xml/math/content/3/oa/c/7.json
Wrote JSON to file ./src/main/xml/math/content/3/oa/d/8.json
Wrote JSON to file ./src/main/xml/math/content/3/oa/d/9.json
Wrote JSON to file ./src/main/xml/math/content/4/g.json
Wrote JSON to file ./src/main/xml/math/content/4/md.json
Wrote JSON to file ./src/main/xml/math/content/4/nbt.json
Wrote JSON to file ./src/main/xml/math/content/4/nf.json
Wrote JSON to file ./src/main/xml/math/content/4/oa.json
Wrote JSON to file ./src/main/xml/math/content/4/g/a.json
Wrote JSON to file ./src/main/xml/math/content/4/g/a/1.json
Wrote JSON to file ./src/main/xml/math/content/4/g/a/2.json
Wrote JSON to file ./src/main/xml/math/content/4/g/a/3.json
Wrote JSON to file ./src/main/xml/math/content/4/md/a.json
Wrote JSON to file ./src/main/xml/math/content/4/md/b.json
Wrote JSON to file ./src/main/xml/math/content/4/md/c.json
Wrote JSON to file ./src/main/xml/math/content/4/md/a/1.json
Wrote JSON to file ./src/main/xml/math/content/4/md/a/2.json
Wrote JSON to file ./src/main/xml/math/content/4/md/a/3.json
Wrote JSON to file ./src/main/xml/math/content/4/md/b/4.json
Wrote JSON to file ./src/main/xml/math/content/4/md/c/5.json
Wrote JSON to file ./src/main/xml/math/content/4/md/c/6.json
Wrote JSON to file ./src/main/xml/math/content/4/md/c/7.json
Wrote JSON to file ./src/main/xml/math/content/4/md/c/5/a.json
Wrote JSON to file ./src/main/xml/math/content/4/md/c/5/b.json
Wrote JSON to file ./src/main/xml/math/content/4/nbt/a.json
Wrote JSON to file ./src/main/xml/math/content/4/nbt/b.json
Wrote JSON to file ./src/main/xml/math/content/4/nbt/a/1.json
Wrote JSON to file ./src/main/xml/math/content/4/nbt/a/2.json
Wrote JSON to file ./src/main/xml/math/content/4/nbt/a/3.json
Wrote JSON to file ./src/main/xml/math/content/4/nbt/b/4.json
Wrote JSON to file ./src/main/xml/math/content/4/nbt/b/5.json
Wrote JSON to file ./src/main/xml/math/content/4/nbt/b/6.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/a.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/b.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/c.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/a/1.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/a/2.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/b/3.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/b/4.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/b/3/a.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/b/3/b.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/b/3/c.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/b/3/d.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/b/4/a.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/b/4/b.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/b/4/c.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/c/5.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/c/6.json
Wrote JSON to file ./src/main/xml/math/content/4/nf/c/7.json
Wrote JSON to file ./src/main/xml/math/content/4/oa/a.json
Wrote JSON to file ./src/main/xml/math/content/4/oa/b.json
Wrote JSON to file ./src/main/xml/math/content/4/oa/c.json
Wrote JSON to file ./src/main/xml/math/content/4/oa/a/1.json
Wrote JSON to file ./src/main/xml/math/content/4/oa/a/2.json
Wrote JSON to file ./src/main/xml/math/content/4/oa/a/3.json
Wrote JSON to file ./src/main/xml/math/content/4/oa/b/4.json
Wrote JSON to file ./src/main/xml/math/content/4/oa/c/5.json
Wrote JSON to file ./src/main/xml/math/content/5/g.json
Wrote JSON to file ./src/main/xml/math/content/5/md.json
Wrote JSON to file ./src/main/xml/math/content/5/nbt.json
Wrote JSON to file ./src/main/xml/math/content/5/nf.json
Wrote JSON to file ./src/main/xml/math/content/5/oa.json
Wrote JSON to file ./src/main/xml/math/content/5/g/a.json
Wrote JSON to file ./src/main/xml/math/content/5/g/b.json
Wrote JSON to file ./src/main/xml/math/content/5/g/a/1.json
Wrote JSON to file ./src/main/xml/math/content/5/g/a/2.json
Wrote JSON to file ./src/main/xml/math/content/5/g/b/3.json
Wrote JSON to file ./src/main/xml/math/content/5/g/b/4.json
Wrote JSON to file ./src/main/xml/math/content/5/md/a.json
Wrote JSON to file ./src/main/xml/math/content/5/md/b.json
Wrote JSON to file ./src/main/xml/math/content/5/md/c.json
Wrote JSON to file ./src/main/xml/math/content/5/md/a/1.json
Wrote JSON to file ./src/main/xml/math/content/5/md/b/2.json
Wrote JSON to file ./src/main/xml/math/content/5/md/c/3.json
Wrote JSON to file ./src/main/xml/math/content/5/md/c/4.json
Wrote JSON to file ./src/main/xml/math/content/5/md/c/5.json
Wrote JSON to file ./src/main/xml/math/content/5/md/c/3/a.json
Wrote JSON to file ./src/main/xml/math/content/5/md/c/3/b.json
Wrote JSON to file ./src/main/xml/math/content/5/md/c/5/a.json
Wrote JSON to file ./src/main/xml/math/content/5/md/c/5/b.json
Wrote JSON to file ./src/main/xml/math/content/5/md/c/5/c.json
Wrote JSON to file ./src/main/xml/math/content/5/nbt/a.json
Wrote JSON to file ./src/main/xml/math/content/5/nbt/b.json
Wrote JSON to file ./src/main/xml/math/content/5/nbt/a/1.json
Wrote JSON to file ./src/main/xml/math/content/5/nbt/a/2.json
Wrote JSON to file ./src/main/xml/math/content/5/nbt/a/3.json
Wrote JSON to file ./src/main/xml/math/content/5/nbt/a/4.json
Wrote JSON to file ./src/main/xml/math/content/5/nbt/a/3/a.json
Wrote JSON to file ./src/main/xml/math/content/5/nbt/a/3/b.json
Wrote JSON to file ./src/main/xml/math/content/5/nbt/b/5.json
Wrote JSON to file ./src/main/xml/math/content/5/nbt/b/6.json
Wrote JSON to file ./src/main/xml/math/content/5/nbt/b/7.json
Wrote JSON to file ./src/main/xml/math/content/5/nf/a.json
Wrote JSON to file ./src/main/xml/math/content/5/nf/b.json
Wrote JSON to file ./src/main/xml/math/content/5/nf/a/1.json
Wrote JSON to file ./src/main/xml/math/content/5/nf/a/2.json
Wrote JSON to file ./src/main/xml/math/content/5/nf/b/3.json
Wrote JSON to file ./src/main/xml/math/content/5/nf/b/4.json
Wrote JSON to file ./src/main/xml/math/content/5/nf/b/5.json
Wrote JSON to file ./src/main/xml/math/content/5/nf/b/6.json
Wrote JSON to file ./src/main/xml/math/content/5/nf/b/7.json
Wrote JSON to file ./src/main/xml/math/content/5/nf/b/4/a.json
Wrote JSON to file ./src/main/xml/math/content/5/nf/b/4/b.json
Wrote JSON to file ./src/main/xml/math/content/5/nf/b/5/a.json
Wrote JSON to file ./src/main/xml/math/content/5/nf/b/5/b.json
Wrote JSON to file ./src/main/xml/math/content/5/nf/b/7/a.json
Wrote JSON to file ./src/main/xml/math/content/5/nf/b/7/b.json
Wrote JSON to file ./src/main/xml/math/content/5/nf/b/7/c.json
Wrote JSON to file ./src/main/xml/math/content/5/oa/a.json
Wrote JSON to file ./src/main/xml/math/content/5/oa/b.json
Wrote JSON to file ./src/main/xml/math/content/5/oa/a/1.json
Wrote JSON to file ./src/main/xml/math/content/5/oa/a/2.json
Wrote JSON to file ./src/main/xml/math/content/5/oa/b/3.json
Wrote JSON to file ./src/main/xml/math/content/6/ee.json
Wrote JSON to file ./src/main/xml/math/content/6/g.json
Wrote JSON to file ./src/main/xml/math/content/6/ns.json
Wrote JSON to file ./src/main/xml/math/content/6/rp.json
Wrote JSON to file ./src/main/xml/math/content/6/sp.json
Wrote JSON to file ./src/main/xml/math/content/6/ee/a.json
Wrote JSON to file ./src/main/xml/math/content/6/ee/b.json
Wrote JSON to file ./src/main/xml/math/content/6/ee/c.json
Wrote JSON to file ./src/main/xml/math/content/6/ee/a/1.json
Wrote JSON to file ./src/main/xml/math/content/6/ee/a/2.json
Wrote JSON to file ./src/main/xml/math/content/6/ee/a/3.json
Wrote JSON to file ./src/main/xml/math/content/6/ee/a/4.json
Wrote JSON to file ./src/main/xml/math/content/6/ee/a/2/a.json
Wrote JSON to file ./src/main/xml/math/content/6/ee/a/2/b.json
Wrote JSON to file ./src/main/xml/math/content/6/ee/a/2/c.json
Wrote JSON to file ./src/main/xml/math/content/6/ee/b/5.json
Wrote JSON to file ./src/main/xml/math/content/6/ee/b/6.json
Wrote JSON to file ./src/main/xml/math/content/6/ee/b/7.json
Wrote JSON to file ./src/main/xml/math/content/6/ee/b/8.json
Wrote JSON to file ./src/main/xml/math/content/6/ee/c/9.json
Wrote JSON to file ./src/main/xml/math/content/6/g/a.json
Wrote JSON to file ./src/main/xml/math/content/6/g/a/1.json
Wrote JSON to file ./src/main/xml/math/content/6/g/a/2.json
Wrote JSON to file ./src/main/xml/math/content/6/g/a/3.json
Wrote JSON to file ./src/main/xml/math/content/6/g/a/4.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/a.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/b.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/c.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/a/1.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/b/2.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/b/3.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/b/4.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/c/5.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/c/6.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/c/7.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/c/8.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/c/6/a.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/c/6/b.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/c/6/c.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/c/7/a.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/c/7/b.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/c/7/c.json
Wrote JSON to file ./src/main/xml/math/content/6/ns/c/7/d.json
Wrote JSON to file ./src/main/xml/math/content/6/rp/a.json
Wrote JSON to file ./src/main/xml/math/content/6/rp/a/1.json
Wrote JSON to file ./src/main/xml/math/content/6/rp/a/2.json
Wrote JSON to file ./src/main/xml/math/content/6/rp/a/3.json
Wrote JSON to file ./src/main/xml/math/content/6/rp/a/3/a.json
Wrote JSON to file ./src/main/xml/math/content/6/rp/a/3/b.json
Wrote JSON to file ./src/main/xml/math/content/6/rp/a/3/c.json
Wrote JSON to file ./src/main/xml/math/content/6/rp/a/3/d.json
Wrote JSON to file ./src/main/xml/math/content/6/sp/a.json
Wrote JSON to file ./src/main/xml/math/content/6/sp/b.json
Wrote JSON to file ./src/main/xml/math/content/6/sp/a/1.json
Wrote JSON to file ./src/main/xml/math/content/6/sp/a/2.json
Wrote JSON to file ./src/main/xml/math/content/6/sp/a/3.json
Wrote JSON to file ./src/main/xml/math/content/6/sp/b/4.json
Wrote JSON to file ./src/main/xml/math/content/6/sp/b/5.json
Wrote JSON to file ./src/main/xml/math/content/6/sp/b/5/a.json
Wrote JSON to file ./src/main/xml/math/content/6/sp/b/5/b.json
Wrote JSON to file ./src/main/xml/math/content/6/sp/b/5/c.json
Wrote JSON to file ./src/main/xml/math/content/6/sp/b/5/d.json
Wrote JSON to file ./src/main/xml/math/content/7/ee.json
Wrote JSON to file ./src/main/xml/math/content/7/g.json
Wrote JSON to file ./src/main/xml/math/content/7/ns.json
Wrote JSON to file ./src/main/xml/math/content/7/rp.json
Wrote JSON to file ./src/main/xml/math/content/7/sp.json
Wrote JSON to file ./src/main/xml/math/content/7/ee/a.json
Wrote JSON to file ./src/main/xml/math/content/7/ee/b.json
Wrote JSON to file ./src/main/xml/math/content/7/ee/a/1.json
Wrote JSON to file ./src/main/xml/math/content/7/ee/a/2.json
Wrote JSON to file ./src/main/xml/math/content/7/ee/b/3.json
Wrote JSON to file ./src/main/xml/math/content/7/ee/b/4.json
Wrote JSON to file ./src/main/xml/math/content/7/ee/b/4/a.json
Wrote JSON to file ./src/main/xml/math/content/7/ee/b/4/b.json
Wrote JSON to file ./src/main/xml/math/content/7/g/a.json
Wrote JSON to file ./src/main/xml/math/content/7/g/b.json
Wrote JSON to file ./src/main/xml/math/content/7/g/a/1.json
Wrote JSON to file ./src/main/xml/math/content/7/g/a/2.json
Wrote JSON to file ./src/main/xml/math/content/7/g/a/3.json
Wrote JSON to file ./src/main/xml/math/content/7/g/b/4.json
Wrote JSON to file ./src/main/xml/math/content/7/g/b/5.json
Wrote JSON to file ./src/main/xml/math/content/7/g/b/6.json
Wrote JSON to file ./src/main/xml/math/content/7/ns/a.json
Wrote JSON to file ./src/main/xml/math/content/7/ns/a/1.json
Wrote JSON to file ./src/main/xml/math/content/7/ns/a/2.json
Wrote JSON to file ./src/main/xml/math/content/7/ns/a/3.json
Wrote JSON to file ./src/main/xml/math/content/7/ns/a/1/a.json
Wrote JSON to file ./src/main/xml/math/content/7/ns/a/1/b.json
Wrote JSON to file ./src/main/xml/math/content/7/ns/a/1/c.json
Wrote JSON to file ./src/main/xml/math/content/7/ns/a/1/d.json
Wrote JSON to file ./src/main/xml/math/content/7/ns/a/2/a.json
Wrote JSON to file ./src/main/xml/math/content/7/ns/a/2/b.json
Wrote JSON to file ./src/main/xml/math/content/7/ns/a/2/c.json
Wrote JSON to file ./src/main/xml/math/content/7/ns/a/2/d.json
Wrote JSON to file ./src/main/xml/math/content/7/rp/a.json
Wrote JSON to file ./src/main/xml/math/content/7/rp/a/1.json
Wrote JSON to file ./src/main/xml/math/content/7/rp/a/2.json
Wrote JSON to file ./src/main/xml/math/content/7/rp/a/3.json
Wrote JSON to file ./src/main/xml/math/content/7/rp/a/2/a.json
Wrote JSON to file ./src/main/xml/math/content/7/rp/a/2/b.json
Wrote JSON to file ./src/main/xml/math/content/7/rp/a/2/c.json
Wrote JSON to file ./src/main/xml/math/content/7/rp/a/2/d.json
Wrote JSON to file ./src/main/xml/math/content/7/sp/a.json
Wrote JSON to file ./src/main/xml/math/content/7/sp/b.json
Wrote JSON to file ./src/main/xml/math/content/7/sp/c.json
Wrote JSON to file ./src/main/xml/math/content/7/sp/a/1.json
Wrote JSON to file ./src/main/xml/math/content/7/sp/a/2.json
Wrote JSON to file ./src/main/xml/math/content/7/sp/b/3.json
Wrote JSON to file ./src/main/xml/math/content/7/sp/b/4.json
Wrote JSON to file ./src/main/xml/math/content/7/sp/c/5.json
Wrote JSON to file ./src/main/xml/math/content/7/sp/c/6.json
Wrote JSON to file ./src/main/xml/math/content/7/sp/c/7.json
Wrote JSON to file ./src/main/xml/math/content/7/sp/c/8.json
Wrote JSON to file ./src/main/xml/math/content/7/sp/c/7/a.json
Wrote JSON to file ./src/main/xml/math/content/7/sp/c/7/b.json
Wrote JSON to file ./src/main/xml/math/content/7/sp/c/8/a.json
Wrote JSON to file ./src/main/xml/math/content/7/sp/c/8/b.json
Wrote JSON to file ./src/main/xml/math/content/7/sp/c/8/c.json
Wrote JSON to file ./src/main/xml/math/content/8/ee.json
Wrote JSON to file ./src/main/xml/math/content/8/f.json
Wrote JSON to file ./src/main/xml/math/content/8/g.json
Wrote JSON to file ./src/main/xml/math/content/8/ns.json
Wrote JSON to file ./src/main/xml/math/content/8/sp.json
Wrote JSON to file ./src/main/xml/math/content/8/ee/a.json
Wrote JSON to file ./src/main/xml/math/content/8/ee/b.json
Wrote JSON to file ./src/main/xml/math/content/8/ee/c.json
Wrote JSON to file ./src/main/xml/math/content/8/ee/a/1.json
Wrote JSON to file ./src/main/xml/math/content/8/ee/a/2.json
Wrote JSON to file ./src/main/xml/math/content/8/ee/a/3.json
Wrote JSON to file ./src/main/xml/math/content/8/ee/a/4.json
Wrote JSON to file ./src/main/xml/math/content/8/ee/b/5.json
Wrote JSON to file ./src/main/xml/math/content/8/ee/b/6.json
Wrote JSON to file ./src/main/xml/math/content/8/ee/c/7.json
Wrote JSON to file ./src/main/xml/math/content/8/ee/c/8.json
Wrote JSON to file ./src/main/xml/math/content/8/ee/c/7/a.json
Wrote JSON to file ./src/main/xml/math/content/8/ee/c/7/b.json
Wrote JSON to file ./src/main/xml/math/content/8/ee/c/8/a.json
Wrote JSON to file ./src/main/xml/math/content/8/ee/c/8/b.json
Wrote JSON to file ./src/main/xml/math/content/8/ee/c/8/c.json
Wrote JSON to file ./src/main/xml/math/content/8/f/a.json
Wrote JSON to file ./src/main/xml/math/content/8/f/b.json
Wrote JSON to file ./src/main/xml/math/content/8/f/a/1.json
Wrote JSON to file ./src/main/xml/math/content/8/f/a/2.json
Wrote JSON to file ./src/main/xml/math/content/8/f/a/3.json
Wrote JSON to file ./src/main/xml/math/content/8/f/b/4.json
Wrote JSON to file ./src/main/xml/math/content/8/f/b/5.json
Wrote JSON to file ./src/main/xml/math/content/8/g/a.json
Wrote JSON to file ./src/main/xml/math/content/8/g/b.json
Wrote JSON to file ./src/main/xml/math/content/8/g/c.json
Wrote JSON to file ./src/main/xml/math/content/8/g/a/1.json
Wrote JSON to file ./src/main/xml/math/content/8/g/a/2.json
Wrote JSON to file ./src/main/xml/math/content/8/g/a/3.json
Wrote JSON to file ./src/main/xml/math/content/8/g/a/4.json
Wrote JSON to file ./src/main/xml/math/content/8/g/a/5.json
Wrote JSON to file ./src/main/xml/math/content/8/g/a/1/a.json
Wrote JSON to file ./src/main/xml/math/content/8/g/a/1/b.json
Wrote JSON to file ./src/main/xml/math/content/8/g/a/1/c.json
Wrote JSON to file ./src/main/xml/math/content/8/g/b/6.json
Wrote JSON to file ./src/main/xml/math/content/8/g/b/7.json
Wrote JSON to file ./src/main/xml/math/content/8/g/b/8.json
Wrote JSON to file ./src/main/xml/math/content/8/g/c/9.json
Wrote JSON to file ./src/main/xml/math/content/8/ns/a.json
Wrote JSON to file ./src/main/xml/math/content/8/ns/a/1.json
Wrote JSON to file ./src/main/xml/math/content/8/ns/a/2.json
Wrote JSON to file ./src/main/xml/math/content/8/sp/a.json
Wrote JSON to file ./src/main/xml/math/content/8/sp/a/1.json
Wrote JSON to file ./src/main/xml/math/content/8/sp/a/2.json
Wrote JSON to file ./src/main/xml/math/content/8/sp/a/3.json
Wrote JSON to file ./src/main/xml/math/content/8/sp/a/4.json
Wrote JSON to file ./src/main/xml/math/content/hsa/apr.json
Wrote JSON to file ./src/main/xml/math/content/hsa/ced.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei.json
Wrote JSON to file ./src/main/xml/math/content/hsa/sse.json
Wrote JSON to file ./src/main/xml/math/content/hsa/apr/a.json
Wrote JSON to file ./src/main/xml/math/content/hsa/apr/b.json
Wrote JSON to file ./src/main/xml/math/content/hsa/apr/c.json
Wrote JSON to file ./src/main/xml/math/content/hsa/apr/d.json
Wrote JSON to file ./src/main/xml/math/content/hsa/apr/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsa/apr/b/2.json
Wrote JSON to file ./src/main/xml/math/content/hsa/apr/b/3.json
Wrote JSON to file ./src/main/xml/math/content/hsa/apr/c/4.json
Wrote JSON to file ./src/main/xml/math/content/hsa/apr/c/5.json
Wrote JSON to file ./src/main/xml/math/content/hsa/apr/d/6.json
Wrote JSON to file ./src/main/xml/math/content/hsa/apr/d/7.json
Wrote JSON to file ./src/main/xml/math/content/hsa/ced/a.json
Wrote JSON to file ./src/main/xml/math/content/hsa/ced/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsa/ced/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsa/ced/a/3.json
Wrote JSON to file ./src/main/xml/math/content/hsa/ced/a/4.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/a.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/b.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/c.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/d.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/b/3.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/b/4.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/b/4/a.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/b/4/b.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/c/5.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/c/6.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/c/7.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/c/8.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/c/9.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/d/10.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/d/11.json
Wrote JSON to file ./src/main/xml/math/content/hsa/rei/d/12.json
Wrote JSON to file ./src/main/xml/math/content/hsa/sse/a.json
Wrote JSON to file ./src/main/xml/math/content/hsa/sse/b.json
Wrote JSON to file ./src/main/xml/math/content/hsa/sse/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsa/sse/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsa/sse/a/1/a.json
Wrote JSON to file ./src/main/xml/math/content/hsa/sse/a/1/b.json
Wrote JSON to file ./src/main/xml/math/content/hsa/sse/b/3.json
Wrote JSON to file ./src/main/xml/math/content/hsa/sse/b/4.json
Wrote JSON to file ./src/main/xml/math/content/hsa/sse/b/3/a.json
Wrote JSON to file ./src/main/xml/math/content/hsa/sse/b/3/b.json
Wrote JSON to file ./src/main/xml/math/content/hsa/sse/b/3/c.json
Wrote JSON to file ./src/main/xml/math/content/hsf/bf.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if.json
Wrote JSON to file ./src/main/xml/math/content/hsf/le.json
Wrote JSON to file ./src/main/xml/math/content/hsf/tf.json
Wrote JSON to file ./src/main/xml/math/content/hsf/bf/a.json
Wrote JSON to file ./src/main/xml/math/content/hsf/bf/b.json
Wrote JSON to file ./src/main/xml/math/content/hsf/bf/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsf/bf/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsf/bf/a/1/a.json
Wrote JSON to file ./src/main/xml/math/content/hsf/bf/a/1/b.json
Wrote JSON to file ./src/main/xml/math/content/hsf/bf/a/1/c.json
Wrote JSON to file ./src/main/xml/math/content/hsf/bf/b/3.json
Wrote JSON to file ./src/main/xml/math/content/hsf/bf/b/4.json
Wrote JSON to file ./src/main/xml/math/content/hsf/bf/b/5.json
Wrote JSON to file ./src/main/xml/math/content/hsf/bf/b/4/a.json
Wrote JSON to file ./src/main/xml/math/content/hsf/bf/b/4/b.json
Wrote JSON to file ./src/main/xml/math/content/hsf/bf/b/4/c.json
Wrote JSON to file ./src/main/xml/math/content/hsf/bf/b/4/d.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/a.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/b.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/c.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/a/3.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/b/4.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/b/5.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/b/6.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/c/7.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/c/8.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/c/9.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/c/7/a.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/c/7/b.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/c/7/c.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/c/7/d.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/c/7/e.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/c/8/a.json
Wrote JSON to file ./src/main/xml/math/content/hsf/if/c/8/b.json
Wrote JSON to file ./src/main/xml/math/content/hsf/le/a.json
Wrote JSON to file ./src/main/xml/math/content/hsf/le/b.json
Wrote JSON to file ./src/main/xml/math/content/hsf/le/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsf/le/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsf/le/a/3.json
Wrote JSON to file ./src/main/xml/math/content/hsf/le/a/4.json
Wrote JSON to file ./src/main/xml/math/content/hsf/le/a/1/a.json
Wrote JSON to file ./src/main/xml/math/content/hsf/le/a/1/b.json
Wrote JSON to file ./src/main/xml/math/content/hsf/le/a/1/c.json
Wrote JSON to file ./src/main/xml/math/content/hsf/le/b/5.json
Wrote JSON to file ./src/main/xml/math/content/hsf/tf/a.json
Wrote JSON to file ./src/main/xml/math/content/hsf/tf/b.json
Wrote JSON to file ./src/main/xml/math/content/hsf/tf/c.json
Wrote JSON to file ./src/main/xml/math/content/hsf/tf/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsf/tf/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsf/tf/a/3.json
Wrote JSON to file ./src/main/xml/math/content/hsf/tf/a/4.json
Wrote JSON to file ./src/main/xml/math/content/hsf/tf/b/5.json
Wrote JSON to file ./src/main/xml/math/content/hsf/tf/b/6.json
Wrote JSON to file ./src/main/xml/math/content/hsf/tf/b/7.json
Wrote JSON to file ./src/main/xml/math/content/hsf/tf/c/8.json
Wrote JSON to file ./src/main/xml/math/content/hsf/tf/c/9.json
Wrote JSON to file ./src/main/xml/math/content/hsg/c.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gmd.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gpe.json
Wrote JSON to file ./src/main/xml/math/content/hsg/mg.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt.json
Wrote JSON to file ./src/main/xml/math/content/hsg/c/a.json
Wrote JSON to file ./src/main/xml/math/content/hsg/c/b.json
Wrote JSON to file ./src/main/xml/math/content/hsg/c/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsg/c/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsg/c/a/3.json
Wrote JSON to file ./src/main/xml/math/content/hsg/c/a/4.json
Wrote JSON to file ./src/main/xml/math/content/hsg/c/b/5.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/a.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/b.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/c.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/d.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/a/3.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/a/4.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/a/5.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/b/6.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/b/7.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/b/8.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/c/10.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/c/11.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/c/9.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/d/12.json
Wrote JSON to file ./src/main/xml/math/content/hsg/co/d/13.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gmd/a.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gmd/b.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gmd/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gmd/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gmd/a/3.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gmd/b/4.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gpe/a.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gpe/b.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gpe/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gpe/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gpe/a/3.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gpe/b/4.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gpe/b/5.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gpe/b/6.json
Wrote JSON to file ./src/main/xml/math/content/hsg/gpe/b/7.json
Wrote JSON to file ./src/main/xml/math/content/hsg/mg/a.json
Wrote JSON to file ./src/main/xml/math/content/hsg/mg/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsg/mg/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsg/mg/a/3.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/a.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/b.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/c.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/d.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/a/3.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/a/1/a.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/a/1/b.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/b/4.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/b/5.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/c/6.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/c/7.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/c/8.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/d/10.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/d/11.json
Wrote JSON to file ./src/main/xml/math/content/hsg/srt/d/9.json
Wrote JSON to file ./src/main/xml/math/content/hsn/cn.json
Wrote JSON to file ./src/main/xml/math/content/hsn/q.json
Wrote JSON to file ./src/main/xml/math/content/hsn/rn.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm.json
Wrote JSON to file ./src/main/xml/math/content/hsn/cn/a.json
Wrote JSON to file ./src/main/xml/math/content/hsn/cn/b.json
Wrote JSON to file ./src/main/xml/math/content/hsn/cn/c.json
Wrote JSON to file ./src/main/xml/math/content/hsn/cn/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsn/cn/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsn/cn/a/3.json
Wrote JSON to file ./src/main/xml/math/content/hsn/cn/b/4.json
Wrote JSON to file ./src/main/xml/math/content/hsn/cn/b/5.json
Wrote JSON to file ./src/main/xml/math/content/hsn/cn/b/6.json
Wrote JSON to file ./src/main/xml/math/content/hsn/cn/c/7.json
Wrote JSON to file ./src/main/xml/math/content/hsn/cn/c/8.json
Wrote JSON to file ./src/main/xml/math/content/hsn/cn/c/9.json
Wrote JSON to file ./src/main/xml/math/content/hsn/q/a.json
Wrote JSON to file ./src/main/xml/math/content/hsn/q/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsn/q/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsn/q/a/3.json
Wrote JSON to file ./src/main/xml/math/content/hsn/rn/a.json
Wrote JSON to file ./src/main/xml/math/content/hsn/rn/b.json
Wrote JSON to file ./src/main/xml/math/content/hsn/rn/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsn/rn/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsn/rn/b/3.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/a.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/b.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/c.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/a/3.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/b/4.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/b/5.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/b/4/a.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/b/4/b.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/b/4/c.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/b/5/a.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/b/5/b.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/c/10.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/c/11.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/c/12.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/c/6.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/c/7.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/c/8.json
Wrote JSON to file ./src/main/xml/math/content/hsn/vm/c/9.json
Wrote JSON to file ./src/main/xml/math/content/hss/cp.json
Wrote JSON to file ./src/main/xml/math/content/hss/ic.json
Wrote JSON to file ./src/main/xml/math/content/hss/id.json
Wrote JSON to file ./src/main/xml/math/content/hss/md.json
Wrote JSON to file ./src/main/xml/math/content/hss/cp/a.json
Wrote JSON to file ./src/main/xml/math/content/hss/cp/b.json
Wrote JSON to file ./src/main/xml/math/content/hss/cp/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hss/cp/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hss/cp/a/3.json
Wrote JSON to file ./src/main/xml/math/content/hss/cp/a/4.json
Wrote JSON to file ./src/main/xml/math/content/hss/cp/a/5.json
Wrote JSON to file ./src/main/xml/math/content/hss/cp/b/6.json
Wrote JSON to file ./src/main/xml/math/content/hss/cp/b/7.json
Wrote JSON to file ./src/main/xml/math/content/hss/cp/b/8.json
Wrote JSON to file ./src/main/xml/math/content/hss/cp/b/9.json
Wrote JSON to file ./src/main/xml/math/content/hss/ic/a.json
Wrote JSON to file ./src/main/xml/math/content/hss/ic/b.json
Wrote JSON to file ./src/main/xml/math/content/hss/ic/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hss/ic/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hss/ic/b/3.json
Wrote JSON to file ./src/main/xml/math/content/hss/ic/b/4.json
Wrote JSON to file ./src/main/xml/math/content/hss/ic/b/5.json
Wrote JSON to file ./src/main/xml/math/content/hss/ic/b/6.json
Wrote JSON to file ./src/main/xml/math/content/hss/id/a.json
Wrote JSON to file ./src/main/xml/math/content/hss/id/b.json
Wrote JSON to file ./src/main/xml/math/content/hss/id/c.json
Wrote JSON to file ./src/main/xml/math/content/hss/id/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hss/id/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hss/id/a/3.json
Wrote JSON to file ./src/main/xml/math/content/hss/id/a/4.json
Wrote JSON to file ./src/main/xml/math/content/hss/id/b/5.json
Wrote JSON to file ./src/main/xml/math/content/hss/id/b/6.json
Wrote JSON to file ./src/main/xml/math/content/hss/id/b/6/a.json
Wrote JSON to file ./src/main/xml/math/content/hss/id/b/6/b.json
Wrote JSON to file ./src/main/xml/math/content/hss/id/b/6/c.json
Wrote JSON to file ./src/main/xml/math/content/hss/id/c/7.json
Wrote JSON to file ./src/main/xml/math/content/hss/id/c/8.json
Wrote JSON to file ./src/main/xml/math/content/hss/id/c/9.json
Wrote JSON to file ./src/main/xml/math/content/hss/md/a.json
Wrote JSON to file ./src/main/xml/math/content/hss/md/b.json
Wrote JSON to file ./src/main/xml/math/content/hss/md/a/1.json
Wrote JSON to file ./src/main/xml/math/content/hss/md/a/2.json
Wrote JSON to file ./src/main/xml/math/content/hss/md/a/3.json
Wrote JSON to file ./src/main/xml/math/content/hss/md/a/4.json
Wrote JSON to file ./src/main/xml/math/content/hss/md/b/5.json
Wrote JSON to file ./src/main/xml/math/content/hss/md/b/6.json
Wrote JSON to file ./src/main/xml/math/content/hss/md/b/7.json
Wrote JSON to file ./src/main/xml/math/content/hss/md/b/5/a.json
Wrote JSON to file ./src/main/xml/math/content/hss/md/b/5/b.json
Wrote JSON to file ./src/main/xml/math/content/k/cc.json
Wrote JSON to file ./src/main/xml/math/content/k/g.json
Wrote JSON to file ./src/main/xml/math/content/k/md.json
Wrote JSON to file ./src/main/xml/math/content/k/nbt.json
Wrote JSON to file ./src/main/xml/math/content/k/oa.json
Wrote JSON to file ./src/main/xml/math/content/k/cc/a.json
Wrote JSON to file ./src/main/xml/math/content/k/cc/b.json
Wrote JSON to file ./src/main/xml/math/content/k/cc/c.json
Wrote JSON to file ./src/main/xml/math/content/k/cc/a/1.json
Wrote JSON to file ./src/main/xml/math/content/k/cc/a/2.json
Wrote JSON to file ./src/main/xml/math/content/k/cc/a/3.json
Wrote JSON to file ./src/main/xml/math/content/k/cc/b/4.json
Wrote JSON to file ./src/main/xml/math/content/k/cc/b/5.json
Wrote JSON to file ./src/main/xml/math/content/k/cc/b/4/a.json
Wrote JSON to file ./src/main/xml/math/content/k/cc/b/4/b.json
Wrote JSON to file ./src/main/xml/math/content/k/cc/b/4/c.json
Wrote JSON to file ./src/main/xml/math/content/k/cc/c/6.json
Wrote JSON to file ./src/main/xml/math/content/k/cc/c/7.json
Wrote JSON to file ./src/main/xml/math/content/k/g/a.json
Wrote JSON to file ./src/main/xml/math/content/k/g/b.json
Wrote JSON to file ./src/main/xml/math/content/k/g/a/1.json
Wrote JSON to file ./src/main/xml/math/content/k/g/a/2.json
Wrote JSON to file ./src/main/xml/math/content/k/g/a/3.json
Wrote JSON to file ./src/main/xml/math/content/k/g/b/4.json
Wrote JSON to file ./src/main/xml/math/content/k/g/b/5.json
Wrote JSON to file ./src/main/xml/math/content/k/g/b/6.json
Wrote JSON to file ./src/main/xml/math/content/k/md/a.json
Wrote JSON to file ./src/main/xml/math/content/k/md/b.json
Wrote JSON to file ./src/main/xml/math/content/k/md/a/1.json
Wrote JSON to file ./src/main/xml/math/content/k/md/a/2.json
Wrote JSON to file ./src/main/xml/math/content/k/md/b/3.json
Wrote JSON to file ./src/main/xml/math/content/k/nbt/a.json
Wrote JSON to file ./src/main/xml/math/content/k/nbt/a/1.json
Wrote JSON to file ./src/main/xml/math/content/k/oa/a.json
Wrote JSON to file ./src/main/xml/math/content/k/oa/a/1.json
Wrote JSON to file ./src/main/xml/math/content/k/oa/a/2.json
Wrote JSON to file ./src/main/xml/math/content/k/oa/a/3.json
Wrote JSON to file ./src/main/xml/math/content/k/oa/a/4.json
Wrote JSON to file ./src/main/xml/math/content/k/oa/a/5.json
Wrote JSON to file ./src/main/xml/math/practice/mp1.json
Wrote JSON to file ./src/main/xml/math/practice/mp2.json
Wrote JSON to file ./src/main/xml/math/practice/mp3.json
Wrote JSON to file ./src/main/xml/math/practice/mp4.json
Wrote JSON to file ./src/main/xml/math/practice/mp5.json
Wrote JSON to file ./src/main/xml/math/practice/mp6.json
Wrote JSON to file ./src/main/xml/math/practice/mp7.json
Wrote JSON to file ./src/main/xml/math/practice/mp8.json
[success] Total time: 13 s, completed June 31, 2016 12:38:58 PM