Quote:
Originally Posted by quinta@ebf.cz
Hi. Trying plugin as suggested from
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?
|
Not sure. I've never had the plugin generate that kind of invalid code before (though admittedly, I never employ the empty paragraph technique for vertical spacing). I'd recommend experimenting with a document that consists of a bit more than a single empty paragraph. Perhaps a couple of paragraphs of Ipsem Lorem while you get the hang of things?