Posted by info on 01/31/00 11:53
Hi all, i have many html pages, they contain something like this:
<html code_part_1>
{mospagebreak heading=heading_1&title=title_1}
<html code_part_2>
{mospagebreak heading=heading_2&title=title_2}
<html code_part_3>
{mospagebreak heading=heading_3&title=title_3}
<html code_part_4>
{mospagebreak heading=heading_4&title=title_4}
I need to
1) remove <html code_part_1> (remove html code until the first
{mospagebreak )
2) substitute heading_2 with heading_1
3) remove {mospagebreak heading=heading_1&title=title_1}
the final structure should be
<html code_part_2>
{mospagebreak heading=heading_1&title=title_2}
<html code_part_3>
{mospagebreak heading=heading_3&title=title_3}
<html code_part_4>
{mospagebreak heading=heading_4&title=title_4}
How can i do this? Are there software to do this in a fully automatic
way ?
Thanks,
Andrea
[Back to original message]
|