Hello I am new to docx4j, I have a issue to import html using XHTMLImporterImpl.
The html ia a standard html, and there is no quote with the tag value, for example:
<meta http-equiv=Content-Type content="text/html; charset=windows-1252"/>
And I always got the error: "Open quote is expected for attribute "http-equiv" associated with an element type "meta"."
If I added the quote manually, like below: <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>, then everything is working.
But I have many html files, and I could not manually added quotes around tag values. could you please help me fix this issue. Thanks
I am using Docxfj-ImportXHTML-3.3.1