element.textContent should do what you want, if you have an element reference...
If you don't, you could use domparser to get one, or (if you have a document)
create a span, and set its innerHTML, and then inspect textContent on it. I
don't know of an interface that gets you that info directly from an html string.
~ Gijs
thanks for the info .. unfortunately it doesn't help at that point.
It should be used for parsing an string I read form ICS data which looks
like:
"ORGANIZER:<a class=\"moz-txt-link-freetext\"
href=\"MAILTO:some...@foo.xyz\">MAILTO:some...@foo.xyz</a>"
My current code fails -- also I remember it worked well in the past. I
was not aware an html string is passed in at that point.
I expected a string like
"ORGANIZER;CN=\"some name\":mailto:some...@foo.xyz"
So a domparserwouldn't help either. Any other idea??
G�nter
PS Venkman + ReminderFox (1.9.5) still blocks if not started in right
order ... have posted to the other group before .. will come back to it
later