You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XPath is hard to remember, CSS selectors are much easier for most people. cheerio supports parsing XML with option { xmlMode: true }. Is that possible to support CSS style selectors?
The text was updated successfully, but these errors were encountered:
XPath is hard to remember, CSS selectors are much easier for most people.
cheerio
supports parsing XML with option{ xmlMode: true }
. Is that possible to support CSS style selectors?The text was updated successfully, but these errors were encountered: