Bug 49455

Summary: [patch] please insert the content of fldSimple fields into the XWPFWordTextExtractor output
Product: POI Reporter: Antoni Mylka <antoni.mylka>
Component: XWPFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.6-dev   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Attachments: a patch
a test case

Description Antoni Mylka 2010-06-17 11:15:36 UTC
The XWPFWordTextExtractor seems to handle the output of complex fields pretty well. The simple ones (fldSimple tag) are ommitted. The patch tries to include their content in the output.
Comment 1 Antoni Mylka 2010-06-17 11:16:14 UTC
Created attachment 25605 [details]
a patch
Comment 2 Antoni Mylka 2010-06-17 11:16:49 UTC
Created attachment 25606 [details]
a test case
Comment 3 Antoni Mylka 2010-06-24 04:58:17 UTC
Comment on attachment 25605 [details]
a patch

Enabled the "patch" checkbox on the poi-fldsimple.patch attachment.
Comment 4 Yegor Kozlov 2010-07-27 01:20:09 UTC
Applied in r979538

Thanks,
Yegor