Add two methods to the XMLRootDetector class to get the root Node easily from a File without having to get the Reader or the URL
Add a method to the XMLNode class to get all the children of a Node with a specified name
Add the & character to the list of XML characters where the "&" should not be escaped
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Add two methods to the XMLRootDetector class to get the root Node easily from a File without having to get the Reader or the URL
Add a method to the XMLNode class to get all the children of a Node with a specified name
Add the & character to the list of XML characters where the "&" should not be escaped