<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div>Experienced web developers always separate their CSS from their HTML file &nbsp;This makes maintenance and overriding of the styling much easier, as well as keeping the HTML file itself (nearly) completely content / semantics focused.</div><div><br></div><div>In the complex mode, I would like to separate out the styling into a separate CSS file, referenced from the output HTML file. &nbsp;Any objections to this?</div><div><br></div><div>I am also cleaning up the tags so that they are all balanced and XHTML, hence XML-compliant. &nbsp;Once this is done along with CSS separated out, I'm not sure of a need for a separate –xml mode for pdftohtml. &nbsp;Thoughts on this?</div><div><br></div><div>Thanks, --josh</div></body></html>