问题 I tried to convert a single XML file into a DOCX file, and I did it by transforming my XML into an XHTML by using XSLT, then open the XHTML on MS Word and save it as DOCX. But my task is to convert any XML Structure (DITA, TEI, DocBook, etc.) to DOCX directly ... are there any other way to do it? I just can't find any sources for this. It's always DOCX to XML and not the other way around. 回答1: Yes, you can use XSLT to transform from any of those XML formats to OOXML. XSLT is ideal for XML to