i have a sgml file like
<p><p><data>sdlksdskdmskdmsamdakmdksam<p></data>...
my question is how to remove one tag <p>
and keep another one intact ...which regular expression would be siutable......
i have a sgml file like
<p><p><data>sdlksdskdmskdmsamdakmdksam<p></data>...
my question is how to remove one tag <p>
and keep another one intact ...which regular expression would be siutable......
Please provide an example file/snippet containing all possiblities and then the result you expect. Otherwise no one will be able to help.