ken wrote:
Now i want to convert this html string into a DOM document so that I can manipulate it .
You may either create a HTML element, add your string as innerHTML into that element and read the the node, or you may use DOMParser.parseFromString()
http://xulplanet.com/references/objref/DOMParser.html Daniel _______________________________________________ mozilla-embedding mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-embedding
