https://bz.apache.org/bugzilla/show_bug.cgi?id=60520

--- Comment #1 from Andreas Beeker <[email protected]> ---
This patch also handles AlternateContent elements in OOXML drawings.
The problem with this approach is, that XMLBeans doesn't allow the cast (via
changeType/substitute) of Choice elements to CT_Drawing, therefore the source
needs to be parsed again ... but the newly parsed objects aren't linked anymore
to the original xml source, therefore changes to those elements are futile.
A solution might be, to identify those AlternateContent tags on writing and to
update the child elements from the shadow copy ... but this is not part of the
patch.

-- 
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