Posted by ChianHsieh on 10/19/06 17:05
Hi,
I face some problem that I want to filter the all words in HTML.
Example:
Before Filter:
<div id="pp"> hello man <br/> Thank's for your answer. </div>
After Filter:
<div id="pp"> <br/> </div>
What I want is reserve all HTML tags but words.
Is there any good packages or classes or suggestion ? Thank you very
much.
[Back to original message]
|