posted 11 years ago
Hi,
My code follows my signature.
My XML is parsing correctly except the dependant names are blank.
I know the number of dependants are correct in each instance, but haven't been able to get the names parsed.
Please help with code. I've spun my wheels for days on this, and I have made progress but now I'm stuck here.
See DomParserExample.getEmployee(Element empEl) line 82 for a comment where I think the problem is.
EmployeeList.java is the main class.
Thanks,
Lou
Employees.xml
DomParserExample.java
Employee.java
EmployeeList.java