Global S/R HTML Tag Management
Posted: Fri Dec 03, 2004 9:19 pm
I'm doing eBooks and I need to use WildEdit to clean my HTML files to semantically pure text. I need to remove attributes to HTML tags.
REMOVE HTML TAG ATTRIBUTES and ARGUMENTS
I need to globally search all occurrences of the <P> tag with or without various attributes such as:
<P STYLE="text-align:center" align="center">
<p align="center">
which I need to change to a semantically clean tag:
<p>
REMOVE TAGS
In other cases, I need to globally remove a specific tag altogether. For example:
<a href="http://dx.doi.org/10.1572/1597720046">Palm eBook</a>
I need to remove the open and close tags, but leave the literal text as shown below.
Palm eBook
If you will help me with this, you will make my life immeasurably easier.
Regards, Marshall Masters
REMOVE HTML TAG ATTRIBUTES and ARGUMENTS
I need to globally search all occurrences of the <P> tag with or without various attributes such as:
<P STYLE="text-align:center" align="center">
<p align="center">
which I need to change to a semantically clean tag:
<p>
REMOVE TAGS
In other cases, I need to globally remove a specific tag altogether. For example:
<a href="http://dx.doi.org/10.1572/1597720046">Palm eBook</a>
I need to remove the open and close tags, but leave the literal text as shown below.
Palm eBook
If you will help me with this, you will make my life immeasurably easier.
Regards, Marshall Masters