Noticed that some existing code that reads and writes a simple XML file (defined by a DTD) is using deprecated classes. Want to replace the following with non-deprecated classes. Since using Java 6, hoping to use the packages included for XML processing rather than 3rd party tool (though standard things like jdom would be possible).Noticed that some existing code that reads and