Stylesheets icon indicating copy to clipboard operation
Stylesheets copied to clipboard

docxtotei generates invalid output

Open lb42 opened this issue 2 years ago • 1 comments

Processing a docx file from Google docs generates two different kinds of validation error: a) anchor elements are created with an @xml:id whose value is transferred from a docx @id value without checking that it is syntactically correct i.e. is an XML name. Sometimes it isn't. b) elements <list> and <table> appear as siblings of <p>. This is ok inside <body> but not inside <front> . I am not sure how the convertor knows to produce <front> rather than <body> but if it's smart enough to do that it should get the content right too.

lb42 avatar Apr 11 '23 10:04 lb42

@lb42 Can we have a sample Google Docs link and a sample docx file generated from it? Can't diagnose the disease without seeing the patient.

martindholmes avatar Sep 15 '25 09:09 martindholmes