Issue 99387

Summary: add a fallback to the xmerge to use a generic serialization mechanism
Product: xml Reporter: caolanm
Component: smalldevicesAssignee: caolanm
Status: CLOSED FIXED QA Contact: issues@xml <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: DEV300m41   
Target Milestone: OOo 3.2   
Hardware: All   
OS: Linux, all   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
like so none

Description caolanm 2009-02-18 16:10:28 UTC
for going from the DOM to the XML that gets fed to OOo on import of formats like
Pocket Word and AportisDoc. We've a list of explicit mechanisms, but a generic
final fallback makes it workable, or gives it a chance to work, on random java
DOM implementations.

While I'm at it I removed some warnings in xmerge as well
Comment 1 caolanm 2009-02-18 16:11:47 UTC
Created attachment 60288 [details]
like so
Comment 2 caolanm 2009-02-18 16:12:26 UTC
doing in workspace xmergeclean
Comment 3 caolanm 2009-02-18 16:26:05 UTC
done
Comment 4 caolanm 2009-02-18 16:38:13 UTC
dev only, verified
Comment 5 caolanm 2009-03-20 14:33:42 UTC
done m44