How can I parse data from inside a tag with Applescript?
- by cwd
How can I parse data from inside a tag with Applescript? I know Applescript has the words 3 thru -2 of myTextVariable syntax - but how would I use it to be sure I am just getting This is my text from the tags below?
<p>This is my text</p>
or
<p class="new">This is my text</p>
or
<h1>This is my text</h1>
or
<content class="new" id="content">This is my text</content>