[Htmlparser-user] Replace LinkTag nodes with a Text node containing ~node.toString()
Brought to you by:
derrickoswald
From: Smarty <zm...@gm...> - 2006-05-17 15:19:12
|
Hi everyone. Could you please tell me the easiest way to transform all LinkTag nodes fro= m a NodeList to Text nodes that contain the text of the link's children? From an html standpoint this should convert This is a <a href=3D''><b>link</b></a>... to This is a link... or This is a <a href=3D''><b>link</b></a>... to This is a <b>link</b>... (both ways are ok for me) Thanks for your time, Ovidiu Dan |