jkorff
jkorff
I had the same error and solved it by explicitly converting the input parameters to string: const transformXml = require('xslt-processor'); transform = transformXml.xsltProcess( transformXml.xmlParse(String(xml)), transformXml.xmlParse(String(xsl)) );
I have a use case where customers – wrongly – insert page breaks at the end of pages, and I need to replace them with a space. For that reason...
It would help if you could implement an option that lets Mammoth mark the position of any elements it doesn't understand yet, such as equations. This would allow us to...