Brodie Thiesfield wrote:
What I need to do is:
Step 1 needs more detail.
* parse a HTML document (or fragment)
Do you need scripts to execute? Should document.write work? etc.
* traverse and modify the DOM
This should be possible.
* rewrite the HTML document to source
innerHTML or equivalent should do the trick once you have the DOM resulting from step 1.
-Rob _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
