id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 5895,xsltproc arguments in the wrong order,seemant_trac@…,Lucas Eisenzimmer,"The plugin claims the document is empty (and the files in /tmp show the word file to be empty). It turns out that xsltproc on my system is using the following versions of stuff (if it matters): {{{ Using libxml 20703, libxslt 10124 and libexslt 813 xsltproc was compiled against libxml 20703, libxslt 10124 and libexslt 813 libxslt 10124 was compiled against libxml 20703 libexslt 813 was compiled against libxml 20703 }}} To fix the error, I simply changed the order of the arguments in the call to xsltproc: {{{ cmd = '%s %s --html -o %s %s %s' % ( }}} on line 137, and now the plugin works as expected. ",defect,closed,normal,PageToDocIntegration,normal,fixed,,,0.11