At 02:21 -0700 on 03/28/2012, Rick Gordon wrote about Tidy > Cleanup Problem:

So how can I -- on an entire project -- get the result of Tidy > Cleanup Document without the entity conversion -- or else, how can I reconvert the entities to their numeric form.


Depending on how many different numbered entries you use, you can add find/replace commands after the Tidy call. Another fix is to place a "change &# to #&" before the tidy and a fix-up "change #& to &#" after the tidy. Tidy would thus not see the "&#xxx;" entries and would not replace them with named entries. It MAY however alter the "&" to "&" so the fixup find may need to look for "#&".

--
You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to