zkh152 / xdocreport

Automatically exported from code.google.com/p/xdocreport
0 stars 0 forks source link

XDocReport doesn't merge the fields with docx, odt which are zipped with Java code by using ZipEntry name '\' instead of using '/' #234

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When docx, odt are created with Java code with ZipEntry, the entry name can use 
'\' instead of using '/' and XDocReport ignores those entries.

The attached doesntWork.docx contains this problem.

See problems explained at 
https://groups.google.com/forum/?hl=en_US&fromgroups=#!topic/xdocreport/lRRc-xh7
lJA

Original issue reported on code.google.com by angelo.z...@gmail.com on 15 Mar 2013 at 12:48

GoogleCodeExporter commented 9 years ago

Original comment by angelo.z...@gmail.com on 15 Mar 2013 at 12:51

Attachments:

GoogleCodeExporter commented 9 years ago
Problem is fixed. See Git commit at 
https://code.google.com/p/xdocreport/source/detail?r=20f809607feeb0896b83b920747
9b038c9ebbd62

Original comment by angelo.z...@gmail.com on 15 Mar 2013 at 1:03