HTML::Parser and entities
am 24.01.2005 23:27:34 von steves06Is there a way to get HTML::Parser to leave entities in text alone?
There is the attr_encode() method, but that only appears to affect
attributes. Basically I have code that wants to selectively remove
some tags but leave others and entities intact. I could convert
back to entities using HTML::Entities, but the text I have in some
cases mixes numeric and named entities and I need to maintain what
the original was.
--
Steve Sapovits steves06@comcast.net