%HTML::Parse::isBodyElement

Tom Christiansen (tchrist@mox.perl.com)
Wed, 27 Mar 1996 16:13:21 -0700


How come HTML::Parse still dislikes this?

    <BODY>
	<P><SMALL>Mox</SMALL> here.
    </BODY>

SMALL, BIG, and FONT are in %isPhraseMarkup but not in %isBodyElement.
How come?

Hm.., it perhaps might be nice if one could say

    use LWP 0.10;

or some such, and cover the whole library, but not actually
have to load up LWP::UserAgent.  

--tom