Can't Edit Token

Hi, I've got several extractor patterns for a session I'm working on. For most of the tokens, I had no problem double clicking them and adjusting the settings (e.g. Save session variable).

But for a handful, I double click and nothing happens. It doesn't seem to recognize the code as a token. When I click on "Apply Pattern to Last Data" it pulls the right data. Any thoughts?

Here are the tokens that screen-scraper doesn't recognize:

Presented during:

Results:

~@ABSTRACT_TEXT@

Authors:

~@AUTHORS@

Thanks,

Bhavesh

Can't Edit Token

You can also highlight then right click on the token to edit it. :)

Cant edit token: Figured it out...

Well, I figured out how to make screen-scraper recognize the token. For some reason, SS does not like the "white space" - which had included a and a . However, those invisible pieces were needed for SS to recognize the data. So I deleted all the "white space" and put in the ~@IGNORE@~ token, which solved the problem. The code change is below. Hope this helps someone one day! :)

<strong>Category&#58;</strong><br />~@IGNORE@~<div>~@CATEGORY@~</div>
</div>

Bhavesh