transpect / docx2hub

Converts Microsoft docx to flat hub XML
BSD 2-Clause "Simplified" License
27 stars 14 forks source link

broken conversion??? #12

Closed peppobon closed 6 years ago

peppobon commented 6 years ago

When converting, just after the docx has been unzipped, I get this error: ... [info] Unzip finished successfully. Message: Mode: insert-xpath ERROR: file:/xxxxxxxxxx/docx2hub/xpl/mathtype2mml.xpl:119:49:Undeclared input port 'additional-font-maps' on step tr:mathtype2mml named convert-wmf at file:/xxxxxxx/docx2hub/xpl/mathtype2mml.xpl:119

Note that I call docx2hub:convert passing in

peppobon commented 6 years ago

the full error stack is this:

Message: Mode: insert-xpath ERROR: file:/xxxxxx/docx2hub/xpl/mathtype2mml.xpl:119:49:Undeclared input port 'additional-font-maps' on step tr:mathtype2mml named convert-wmf at file:/xxxxxx/docx2hub/xpl/mathtype2mml.xpl:119 ERROR: file:/xxxxxx/docx2hub/xpl/mathtype2mml.xpl:139:53:Undeclared input port 'additional-font-maps' on step tr:mathtype2mml named convert-ole at file:/xxxxxx/docx2hub/xpl/mathtype2mml.xpl:139 ERROR: err:XS0010:Undeclared input port 'additional-font-maps' on step tr:mathtype2mml named convert-wmf at file:/xxxxxx/docx2hub/xpl/mathtype2mml.xpl:119 ERROR: err:XS0010:Undeclared input port 'additional-font-maps' on step tr:mathtype2mml named convert-wmf at file:/xxxxxx/updoc-2/docx2hub/xpl/mathtype2mml.xpl:119 ERROR: err:XS0010:Undeclared input port 'additional-font-maps' on step tr:mathtype2mml named convert-wmf at file:/xxxxxx/docx2hub/xpl/mathtype2mml.xpl:119

peppobon commented 6 years ago

the second trace is when calling docx2hub:convert passing in

gimsieke commented 6 years ago

I think you need an updated XML Calabash runtime including the MathType extension with tr:mathtype2mml. I don’t know whether you are using our Calabash distribution via git or svn? For git, you need to update https://github.com/transpect/calabash-frontend recursively. For svn, you need to use/update https://subversion.le-tex.de/common/github-mirror/calabash_1.15_saxon_9.6/

peppobon commented 6 years ago

Thanks Gerritt, I indeed forgot to made a recursive update to calabash.

Now it works