The following labs are based on the OrgML language developed for representing the members of an organization and their dependants. (This was part of the ABC framework.)
You may use the OrgML document org1.xml to test your programs, but your programs should work on arbitrary OrgML files. (org0.xml contains a formatted version of org1.xml.)
Create a DOM visitor that displays the name of each dependant (first and last) followed by the name of that dependant's sponsor.
Create SAX handlers that:
1. Print the name of each member followed by his/her marital status and number of children.