Hi Jason,
Is there an easy way to remove the entire customXml part/folder from a Word document?
More specifically, I have a Word document that has a customXml part with a xmlns:b="http://schemas.openxmlformats.org/officeDocument/2006/bibliography" part in it. When I try to add my custom xml for data binding using code similar to here http://www.docx4java.org/trac/docx4j/browser/trunk/docx4j/src/main/java/org/docx4j/samples/CreateDocxWithCustomXml.java
The document ends up being corrupted. So I was thinking I could just remove the part that is there and then start from ...