Re: breaking encapsulation on HTML::TreeBuilder|Element objects

Matt Sisk (sisk@mojotoad.com)
Sun, 09 Apr 2000 15:30:00 -0500


"Sean M. Burke" wrote:
> A good idea.  I suppose I could make a ~thinly_null too, that is just like
> ~null except that its children (if any) aren't invisible to as_HTML.

Hmmm. What would the actual output look like, in that case? I guess it
would be a "virtual splice", such that the children of the ~thinly_null
element appeared to be content within the parent element of
~thinly_null.

Matt