How to eat HTML tags?

Posted by Lost_in_code on Stack Overflow See other posts from Stack Overflow or by Lost_in_code
Published on 2010-05-05T08:43:32Z Indexed on 2010/05/05 8:48 UTC
Read the original article Hit count: 253

Filed under:
|
|

Is there any function that converts

<a href="test.php"/>

to

&lt; href=&quot;test.php&quot;/&gt;

It would be helpful if all html characters were converted in the similar manner.

Is there a function or library to do this?

© Stack Overflow or respective owner

Related posts about as3

Related posts about flex