View Single Post
Old 08-04-2014, 08:28 PM   #16
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,461
Karma: 203840626
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by Sabardeyn View Post
DiapDealer,
You have probably already considered this, but some potential issues that popped into my head.

What about conversational exchanges between characters like:
<p>"Yada, yada yada yada," he said.</p>
<p>"Blah! Blah, blah blah, blah blah blah</p>
<p>"Yada yada."</p>
While I've used paragraphs in this example they could be spans or divs. But wouldn't the non-value add stripping run the risk of merging this conversation into a single run-on comment by the first speaker?
My parsing method makes no "value" judgement. IF you had something like:
Code:
<span>"Yada, yada yada yada," he said.</span>
<span>"Blah! Blah, blah blah, blah blah blah</span>
<span>"Yada yada."</span>
and you tell the tool to delete any spans that have no attributes at all ... it will dutifully do so. The assumption here is that you KNOW what it is you want to delete/modify. But if you do happen to fudge something up, the differences dialog will show you what change were made and give you the option to cancel/revert those changes. It also sets a check point so you can return to the state before you ran the tool.

Quote:
Also the less frequently seen monologue of multiple paragraphs, which lacks a closing quotation mark until the final paragraph.
that's the smartening tool. And it handles that situation pretty well.

Last edited by DiapDealer; 08-05-2014 at 11:45 AM.
DiapDealer is offline