Perhaps a change to the startElement method in the DocumentHandler
interface could fix this.
This is how the method is defined in the Draft Specification (1998-01-12):
public void startElement (String name, AttributeMap attributes)
throws Exception
Perhaps this should be something like:
public void startElement (String name, AttributeMap attributes, boolean
isempty)
throws Exception
Best regards,
Geir O.