Open eGust opened 7 years ago
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?
cheerio
{ xmlMode: true }
Yes, will try with CSS selectors
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?