kawanet / from-xml

fromXML - Pure JavaScript XML Parser
MIT License
36 stars 14 forks source link

is this lib support html ? #4

Closed zhaobingss closed 5 months ago

zhaobingss commented 6 years ago

is this lib support html ?

kawanet commented 6 years ago

This supports XML including XHTML but not HTML.

I prefer to use cheerio when I parse HTML.