hi guys , i think i have a encoding problem when i try to read a template from document.xml of a docx file and finally merge in velocity and export to another .docx .
it gives me a ParseErrorException when i try to read the document.xml from the xml String i find i copy $math.mul($bNumber, "3.2") in Ms word
The xml read behind is $math.mul($b</w:t></w:r><w:r w:rsidRPr="008665C2"><w:rPr><w:rFonts w:cs="Courier New"/><w:lang w:val="en-US"/></w:rPr><w:t>Number, "3.2"), i get really frustrated, i ...