ok
now instead of chat data if i have something dyanmically created by chat bots
It could be any damn string and not chat data.
Also the format is
<![CDATA[#IRC]]>
where IRC can be replace by any string
I want the output to be
<#IRC>
hi folks
I have a directory called xml_logs which records real time conversation on IRC servers.
This directory consists of xml files
Each file has a format <!CDATA[chat data]]> in it
I need a script to remove this pattern from each file in directory and
the result should be
<chatdata>
i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.