From: Randy P. <rtp...@gm...> - 2007-11-16 23:58:24
hello,
I am parsing an html doc.
what i need to do is when i find a particular tag (<object>.....</object>)
i need to replace it with an Image Tag
i can see how to remove a child children.remove(c) and there is a
prepend, but i want to replace in the same place in the tree
Any idea?
thanks