Reputation: 3027
I need to transform an existing HTML file to a new HTML file. The former has some elements that are no longer needed. Is there a program/tool that does this? I'd like to input the class/ID names of the elements into the processor and let it generate the reduced version of the old HTML.
Note that this is not just for one file. There are many such files that need conversion.
Upvotes: 0
Views: 60
Reputation: 5063
You could use XSLT transformation. This link could help you. And you also can try this download, but you need to write the xslt.
Upvotes: 1