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.
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.
Comment