Really? I tried it before I responded. Starting with:

<p>£3</p>

I did Markup -> Utilities -> Translate text to HTML (HTML entities checked, use name, ignore < and >, encode Unicode characters, selection only. I selected <p>£3</p> and the result is:

<p>&pound;3</p>

What exactly isn't working about this?

It does what you say, but it doesn't answer his question, which is more general. (I don't think there is a general answer to his question -- for instance I don't think you can selectively convert non-tags to upper case, at least not without using a regular expression -- but I may be wrong.)

The question is again: is there anyway to restrict a process on text (such as translate text to html entities, or a spell check, or convert to upper case, or any other process) to just the content parts of the html document rather than the content and html tags part of the document?

-jwgh

--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to