reading and converting web page HTML text

Mark Stuart mfstuart at cox.net
Sat Mar 6 23:46:51 EST 2010


Hi all,

Richard - the html entity that didn't "convert" was the quot, starting with
& and ending with semi-colon ;
(if I typed that into the email, you would only see ", as you may see in the
following).

Jim - so you are suggesting a function to convert all possible entities for
a text chunk:

function convertHTMLEntities theText
 replace """ with quote in theText
 replace "whatever" with "Ç" in theText
 ...
 ...
 return theText
end convertHTMLEntities


Regards,
Mark Stuart
-- 
View this message in context: http://n4.nabble.com/reading-and-converting-web-page-HTML-text-tp1583130p1583305.html
Sent from the Revolution - User mailing list archive at Nabble.com.



More information about the use-livecode mailing list