You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for this library in the README is lacking. I had to read the source code to actually use it. How about adding a few practical examples of use? Like how to parse, then modify and dump the HTML?
This is apparently how you get the HTML from the dom? Found it by trial and error.
vardom=htmlparser2.parseDocument(html)// How to modify here before dump?varhtml=htmlparser2.DomUtils.getOuterHTML(dom)
How do you actually modify the HTML before you dump it?
The text was updated successfully, but these errors were encountered:
The documentation for this library in the README is lacking. I had to read the source code to actually use it. How about adding a few practical examples of use? Like how to parse, then modify and dump the HTML?
This is apparently how you get the HTML from the dom? Found it by trial and error.
How do you actually modify the HTML before you dump it?
The text was updated successfully, but these errors were encountered: