Hello, i'am using docx4j extensively and i like it. Of course i use TraversalUtil a lot. I think that CallbackImpl class walkJAXBElements(..) method is now really broken in docx4j 3.0 . I don't think that the else should be there.!!!
Hello Jason, sorry for previous message. TraversalUtil is ofcourse not broken. I'am also using it a lot and i love it . Yes, i'am using CTSmartTagRun. Because of the else it becomes a child of a P(aragraph). So the else doesn't bring me anything. I'am now using my own Callback implementation without that else.