HTML::TreeBuilder won't add attributes to BODY

Aaron Nabil (nabil@teleport.com)
Sun, 6 Oct 1996 22:42:23 -0700 (PDT)


I can't get HTML::TreeBuilder to pick up attributes on a BODY like...

<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#ff0000">

It only sees the BODY itself, things like $elem->attr('bgcolor') always
show up empty, and a $elem->dump() shows just the <BODY> itself.

-- 
Aaron Nabil
nabil@teleport.com