View Single Post
Old 03-05-2019, 11:12 AM   #113
quinta@ebf.cz
Connoisseur
quinta@ebf.cz began at the beginning.
 
Posts: 59
Karma: 10
Join Date: Mar 2019
Device: Kindle 3 Paperwhite
Hi. Trying plugin as suggested from
Quote:
Originally Posted by BetterRed View Post
.
Does import need some special treetment for empty paragraphs?

input: docx containing just one empty paragraph, using paragraph style "Text"
style map:
Code:
p[style-name='Text'] => p.Text:fresh
output (where NBSP = nbsp numeric entity):
Code:
<p">NBSP<p></p>

</p">
Which of course is not valid xhtml. Am I doing something wrong?

Last edited by quinta@ebf.cz; 03-05-2019 at 11:43 AM. Reason: more descriptive replacer for numeric entity in code
quinta@ebf.cz is offline   Reply With Quote