There are multiple issues with epub generation.
Command line latexmlc --dest "%1.epub" "%1.tex" produces an epub with only mimetype file and META-INF folder containing container.xml.
The same script when run through TeXWorks throws an error
Can't locate loadable object for module XML::LibXML in @inc (@inc contains: C:\Strawberry\perl\site\lib D:/texlive/2016/tlpkg/tlperl/lib d:/texlive/2016/tlpkg/tlperl/site/lib d:/texlive/2016/tlpkg/tlperl/lib .) at C:\Strawberry\perl\site\lib/XML/LibXML.pm line 156.
and does not generate any epub.
On removing the path definition d:\texlive\2016\tlpkg\tlperl\bin from TeXWorks preferences, produces a new error
Cwd.c: loadable library and perl binaries are mismatched (got handshake key 0AA80080, needed 0AF00080)
There are multiple issues with epub generation.
Command line latexmlc --dest "%1.epub" "%1.tex" produces an epub with only mimetype file and META-INF folder containing container.xml.
The same script when run through TeXWorks throws an error
Can't locate loadable object for module XML::LibXML in @inc (@inc contains: C:\Strawberry\perl\site\lib D:/texlive/2016/tlpkg/tlperl/lib d:/texlive/2016/tlpkg/tlperl/site/lib d:/texlive/2016/tlpkg/tlperl/lib .) at C:\Strawberry\perl\site\lib/XML/LibXML.pm line 156.
and does not generate any epub.
On removing the path definition d:\texlive\2016\tlpkg\tlperl\bin from TeXWorks preferences, produces a new error
Cwd.c: loadable library and perl binaries are mismatched (got handshake key 0AA80080, needed 0AF00080)