in reply to Returning an XML::LibXML::DocumentFragment from HTML::StripScripts

I don't see why it matters which way is faster. Do you have complaints that it's too slow? It looks like HTML::StripScripts itself already adds a whole lot of overhead.

  • Comment on Re: Returning an XML::LibXML::DocumentFragment from HTML::StripScripts

Replies are listed 'Best First'.
Re^2: Returning an XML::LibXML::DocumentFragment from HTML::StripScripts
by clinton (Priest) on Jun 27, 2007 at 09:19 UTC
    Do you have complaints that it's too slow? It looks like HTML::StripScripts itself already adds a whole lot of overhead.

    No complaints yet, and I'm aware of the overhead required. But when adding a new feature, I'd like to add it in the most efficient way possible.

    Clint