making html DOM ,modify this DOM and rebuild the html out of new DOM(modified DOM)

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
HI<br/> <br/> I want to get the html content of an html file and modify some areas (actually I want to translate the text in the html page )and then REBUILD the new html file out of my modified DOM tree.Can anybody please show me the way how I can do that ?I have found html DOM parsers,but they dont regenerate the modified html file for me .they just give me the DOM and I can modify the text nodes to things which I want but I can not have the new html file.<br/> <br/> thank you in advance for ur HELP ,<br/> MERNAZ.

View the full article
 
Back
Top