javascript - How to parse HTML (and re-generate) with a standalone v8 interpreter? -


i want parse html file/string dom/tree structure. , preferably later modify tree , regenerate marked html.

this has in pure javascript standalone v8 interpreter.

jquery obvious choice seems browser there info on how in node.js e.g. can use jquery node.js?

this answer seems rule out jsdom on v8 how load nodejs module in pyv8?

has got working combination standalone v8 ?

i js newbie parsing/re-generating js code using esprima/escodegen on v8 works nicely....


Comments