On Thu, 24 Jul 2008, Helmut Ziegler wrote:
Actually the Word document should also carry other documents like other word files.

I'd suggest dumping out the stream(s), and looking at them with things like org.apache.poi.poifs.dev.POIFSViewer

Start by seeing if you can change on bit of one file in the poifs stream, and have the change noticed. If that works, but adding a new poifs stream doesn't, then there are extra things in the poifs stream that need to be set up. I think you're probably going to need to run diff quite a bit, across two files (one that works, one that doesn't) and see what's different

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to