in reply to removing tags
Try a Super Search for "remove XML tags" or similar.
This node may be useful. In general, consider using a module such as XML::Simple rather than a regex for parsing XML (or HTML for that matter). It'll be a lot more reliable and therefore less painful...
|
|---|