https://issues.apache.org/bugzilla/show_bug.cgi?id=57162

--- Comment #12 from Uwe Schindler (ASF) <[email protected]> ---
Created attachment 32180
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=32180&action=edit
Patch that fixes (hoepfully) all missing namespaces

This patch should fix the problem with the ContentTypes file. I also found
another problem with relationships.

The main issue was: The parant element was correctly created with
createElementNS(), but the childs where created without namespace using
createElement().

I fixed this, can somebody verify this (I have no time at the moment).

If POI would use the forbidden-apis Maven/ant plugin, we could forbid to use
createElement (without * NS). I will later look into the remaining code of
OOXML to find other violations (just search for calls to
Document#createElement).

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to