Visio version='10.0' "The selected VDX file is invalid"

Started by javadude, October 09, 2014, 10:07:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

javadude

Hi Paul, I've solved my problem and I will post the solution here for other people running into this like me:
My issue was that I used  iso-8859-1  encoding when creating the document in Java code using javax.xml.transform.Transformer, but then later on in all the Visio templates and stylesheet I used  utf-8.
It has to be iso-8859-1 everywhere.
Regards