CppHtml icon indicating copy to clipboard operation
CppHtml copied to clipboard

Hello, no feature to parse attributes

Open zcmaye opened this issue 1 year ago • 1 comments

I want to parse the properties of each tag, do I need to implement it myself

zcmaye avatar Jul 26 '24 06:07 zcmaye

The class html_tag is an iterator of its attributes. You can get html_tag from html_node.

Berrysoft avatar Oct 30 '24 15:10 Berrysoft