Closed tonylukasavage closed 10 years ago
This following should print the entire formatted tiapp.xml file.
var tiapp = require('tiapp.xml').load(); console.log(tiapp.toString());
This following should print the entire formatted tiapp.xml file.