Hi,
Similar to this issue:
docx-java-f6/problem-with-document-created-by-google-docs-t1802.html
i am seeing values like:
<w:ind w:left="18.899993896484375" w:right="147.41943359375"
w:hanging="7.559967041015625"/>
to solve it quickly set the value of the property docx4j.jaxb.JaxbValidationEventHandler to local version of the mc-preprocessor.xslt and made changes to handle the w:ind attributes.
I added xsl:message output to confirm that my xslt was running and cleaning up the non integer numbers.
I could see the the correct values output in the logs, ...