antchfx / htmlquery

htmlquery is golang XPath package for HTML query.
https://github.com/antchfx/xpath
MIT License
723 stars 73 forks source link

Which package would be faster htmlquery or xmlquery? #63

Closed RuairiSpain closed 5 months ago

RuairiSpain commented 1 year ago

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

zhengchun commented 1 year ago

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: @.***>