Philippe M. Chiasson wrote:
[...]
though todo/features_missing suggests:
* escape_html() - consider jeff baker's more robust implementation of
   my_escape_html(), which should probably be made in apache-2.0 itself
   (is there apache api? or just drop it)

Anybody has an idea what code is being mentioned here?


AFAIK, it's in mod_perl 1.x src/modules/perl/Util.xs

Of course we could just say: use HTML::Entities to do the work, but I believe it's slow(er?), as it's implemented in perl...


How about resolving the issue by porting the my_escape_html()
from mp1 to mp2 ?

+1, but can we somehow figure out what was jeff's better implementation? email jeff or something or try to google for it?




--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to