Replacing a Namespace with XSLT
- by er4z0r
Hi I want to work around a 'bug' in certain RSS-feeds, which use an incorrect namespace for the mediaRSS module. I tried to do it by manipulating the DOM programmatically, but using XSLT seems more flexible to me.
Example:
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss"…