transpect / xml2idml

IDML synthesis from configurable XML or HTML
BSD 2-Clause "Simplified" License
6 stars 1 forks source link

Not able to convert table or hub xml to idml using transpect / xml2idml #2

Open eshanroxx opened 3 years ago

eshanroxx commented 3 years ago

I am trying using the below command to execute:

.\calabash\calabash.bat -i source=sample.xml -o result=sample.idml .\xml2idml\xpl\xml2idml.xpl

Please verify the above command and suggest if any update or change is required to make this command work.

gimsieke commented 3 years ago

This module doesn’t run out of the box. You need to specify a mapping configuration. There are some openly available sample projects:

https://github.com/ELSGestion/letex-transpect-tests/blob/master/a9s/common/xpl/omnibook2idml.xpl#L111

https://subversion.le-tex.de/customers/gfn/transpect/a9s/common/xpl/html2idml.xpl

https://subversion.le-tex.de/customers/faustedition/transpect/a9s/common/xpl/xml2idml.xpl

Setting this up is rather complex and needs experience. We cannot give free support for this. We make these modules available without any guarantee whatsoever for ease of use, correctness of results, suitability for your toolchains, etc. And for some modules including this one there is no publicly available documentation yet.