Hello,
In scripting language ( shell, perl, python ) does someone knows of a way to coordinate the source of two HTML pages ?
I m looking for something like the diff command ( unix ) but wich understand the HTML tags :
For example
older_page.htm : ...<TABLE><TR><href link1><href link2></TR>...</TABLE>
new_page.html : ...<TABLE><TR><href newlink></TR>
diffhtml older_page.html new_page.html >> my.html
should give me :
...<TABLE><TR><TR><href newlink><href link1><href link2></TR>...</TABLE>
thanks.
In scripting language ( shell, perl, python ) does someone knows of a way to coordinate the source of two HTML pages ?
I m looking for something like the diff command ( unix ) but wich understand the HTML tags :
For example
older_page.htm : ...<TABLE><TR><href link1><href link2></TR>...</TABLE>
new_page.html : ...<TABLE><TR><href newlink></TR>
diffhtml older_page.html new_page.html >> my.html
should give me :
...<TABLE><TR><TR><href newlink><href link1><href link2></TR>...</TABLE>
thanks.