Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Given this pipe, I'm trying to strip all HTML tags from -div class="post-text"- and return plain text.

In other words, for this stackoverflow question, the first item should return:

"Background: Over the next month, I'll be giving three talks...
{...}
complex generic signatures (e.g. Enumerable.Join)"

Can anyone assist?

At face value, it would be convenient to get the HTML-less text content in the YQL select clause, but I'd settle for a subsequent Regex module if that is the only way.

share|improve this question
Apparently, yql can get the innerText of an element (stackoverflow.com/questions/661256/663996#663996)... but I couldn't get it to work with a div. :-( – Mauricio Scheffer Jul 12 '09 at 20:29

1 Answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.