Putting a lot of quotation marks into AppleScript ....

Posted:
in Mac Software edited January 2014
So, i am trying to parse a bit of HTML and I want the text "light snow":

Code:


<td class="big" width="120" align="center"> Light Snow<br>







So I create this little bit of script which should do the trick, except everything inside the <td> is a lot of jumble (the read_parse() bit just pases it onto the parser which I know works ) :

Code:


set search_string to "<td class=\\"big\\" width=\\"120\\"align=\\"center\\">"



read_parse(this_file, search_string, "<br>", false)







Any words of advice?
Sign In or Register to comment.