dart-lang / html

Dart port of html5lib. For parsing HTML/HTML5 with Dart. Works in the client and on the server.
https://pub.dev/packages/html
Other
276 stars 58 forks source link

Will there be a SAX method for parsing html? #211

Open fingerart opened 1 year ago

devoncarew commented 1 year ago

There aren't any plans for such at this time. I'm curious what your use case is?

fingerart commented 1 year ago

There aren't any plans for such at this time. I'm curious what your use case is?

I don't want the html library to build the dom tree in memory first, and then traverse it. I can do my own thing when specific events are received to reduce memory footprint