Complicated replace
Posted: Thu Jul 06, 2006 8:01 pm
Can TextPipe software solve this task. If yes, how?
Excuse me for the bad english, but i try to explain my trouble.
I have about 600 files with very much alike structure:
I need to duplicate data between anchors and write it below.
My example must look like this:
Hope to see reply!
Excuse me for the bad english, but i try to explain my trouble.
I have about 600 files with very much alike structure:
Code: Select all
...arbitrary code...
<!-- Anchor of begin, identical in all 600 files -->
Photo 1, unique file name
Photo 2, unique file name
Photo 3, unique file name
..... e.t.c., quantity of photos is different in various foles
<!-- Anchor of end, identical in all 600 files -->
...arbitrary code...
My example must look like this:
Code: Select all
...arbitrary code...
<!-- Anchor of begin, identical in all 600 files -->
Photo 1, unique file name
Photo 2, unique file name
Photo 3, unique file name
..... e.t.c., quantity of photos is different in various foles
<!-- Anchor of end, identical in all 600 files -->
<!-- Anchor of begin inserting, identical in all 600 files -->
Photo 1, unique file name
Photo 2, unique file name
Photo 3, unique file name
..... e.t.c., quantity of photos is different in various foles
<!-- Anchor of end inserting, identical in all 600 files -->
...arbitrary code...