taoqf / node-html-parser

A very fast HTML parser, generating a simplified DOM, with basic element query support.
MIT License
1.12k stars 112 forks source link

rawAttrs didn't parse into attrs #177

Closed yuklai closed 2 years ago

yuklai commented 2 years ago

I have a HTMLElement node with the following string:

'href="query.asp?searchtype=ANY&query_type=queryCarrierSnapshot&query_param=USDOT&original_query_param=NAME&query_string=617356&original_query_string=FAUBER FREIGHTWAYS INC"'

Any reason why?

nonara commented 2 years ago

Sorry to hear you're facing issues. Can you please paste the full html that causes this to happen?

nonara commented 2 years ago

Closing for housekeeping. Feel free to update if you have an example case, and I will reopen