HTML::TreeBuilder tree structure seems weird

Brian Slesinsky (bslesins@best.com)
Thu, 1 Oct 1998 16:07:29 -0700 (PDT)


Hi, I'm wondering why HTML::TreeBuilder doesn't put in more implicit
end-paragraphs.  For example, here's a simple document:

  Some text
  
  <ul>
  <li> first item
  <li> second item
  </ul>

  More text

Here's what a dump looks like:

"Some text "