htmlquery icon indicating copy to clipboard operation
htmlquery copied to clipboard

Which package would be faster htmlquery or xmlquery?

Open RuairiSpain opened this issue 1 year ago • 1 comments

Is there much of a speed difference between the two packages?

Also, the htmlquery will allow badly formed XML? Is it fault tolerant to missing closing tags

RuairiSpain avatar May 11 '23 19:05 RuairiSpain

Both fast. htmlquery for HTML query, xmlquery for XML query. htmlquery can work for missing close tags.

On Fri, May 12, 2023 at 3:46 AM RuairiSpain @.***> wrote:

Is there much of a speed difference between the two packages?

Also, the htmlquery will allow badly formed XML? Is it fault tolerant to missing closing tags

— Reply to this email directly, view it on GitHub https://github.com/antchfx/htmlquery/issues/63, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABG4O4ATFK4SC3BYSH7J64LXFU6ZJANCNFSM6AAAAAAX6SXEHU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

zhengchun avatar May 12 '23 11:05 zhengchun