C
Chas
Can someone help?
Looking for direction to create a script
that will strip strings that have <<SHELL: data1>>
From this example below
*************************************************************
<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
*********************************************
data:data1=data1
data:data1=data1
data:data1=data1
!datatype:data1:contentarea=data1
!datatype:data2:contentarea=data2
!datatype:data3:contentarea=data3
Thank You In Advance
Looking for direction to create a script
that will strip strings that have <<SHELL: data1>>
From this example below
*************************************************************
<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
*********************************************
data:data1=data1
data:data1=data1
data:data1=data1
!datatype:data1:contentarea=data1
!datatype:data2:contentarea=data2
!datatype:data3:contentarea=data3
Thank You In Advance