At 04:10 PM 03/23/02 -0700, Sean M. Burke wrote:
>At 15:08 2002-03-23 -0800, Bill Moseley wrote:
>>I need the html inside the <a>...</a> tag:
>
>Ya know, I've been starting to feel the itch for a content_as_HTML method 
>for a while now, for exactly these sorts of cases. Maybe I should just go 
>add that.  Ya want?

Sounds good.

My first try was

 $foo = join '', map { $_->as_html() } $node->content_list;

thinking as_html might see the scalar text.



-- 
Bill Moseley
mailto:[EMAIL PROTECTED]

Reply via email to