lexborisov / myhtml

Fast C/C++ HTML 5 Parser. Using threads.
GNU Lesser General Public License v2.1
1.66k stars 147 forks source link

How to get HTML source of myhtml_tree_node? #180

Closed vaibhavpandeyvpz closed 4 years ago

vaibhavpandeyvpz commented 4 years ago

How do we get the HTML source for one particular node? I am able to get the text content with myhtml_node_text on child node but can't figure out a way for HTML?

lexborisov commented 4 years ago

@vaibhavpandeyvpz

Please, see example.