I'm looking for an open-source or commercial friendly library in Java to convert xsl-fo to docx (Office Open XML) format.
I'm planing to use xsl-fo to produce pdf documents (with Apache FOP), so I thought generating Word documents (docx) out of the same source XML could be a good idea.
UPDATE: I forgot to mention that I'm using Java.