transformation example
Brought to you by:
derrickoswald
I interesting in transforming the content of a specific tag in a page such as:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255" />
to:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
I will be glad if you can send me an example for transforming the content of a page tag.
Thanks a lot
use regex for that, youu don't need html paser.