How build new elements to replace existing ones using xml.dom.minidom? Specifically, I have an HTML table of numbers. I want to replace those numbers with hyperlinks to create a table of hyperlinks.
So I need to build hyperlinks (a elements) with href attribute and replace the text elements (numbers) somehow. How do that? chris -- http://mail.python.org/mailman/listinfo/python-list