Can someone help?
Looking for direction to create a script
that will strip strings that have <<SHELL: data1>>[color=blue]
>From this example below[/color]
*************** *************** *************** *************** *
<html>
<title><<DB: company_name>></title>
<head><head>
<body>
<table>
<tr><td width="100">
<<SHELL: data1>>
<<SHELL: data2>>
<<SHELL: data3>>
</td>
</tr>
</body>
*************** *************** *************** *
and output it in a .txt file as it is below
*************** *************** ***************
data1=
data2=
data3=
!datatype=data2
!datatype=data3
!datatype=data4
Thank You In Advance
Looking for direction to create a script
that will strip strings that have <<SHELL: data1>>[color=blue]
>From this example below[/color]
*************** *************** *************** *************** *
<html>
<title><<DB: company_name>></title>
<head><head>
<body>
<table>
<tr><td width="100">
<<SHELL: data1>>
<<SHELL: data2>>
<<SHELL: data3>>
</td>
</tr>
</body>
*************** *************** *************** *
and output it in a .txt file as it is below
*************** *************** ***************
data1=
data2=
data3=
!datatype=data2
!datatype=data3
!datatype=data4
Thank You In Advance