How to have the same XSLT namespace with different URIs?
问题 I am building an RSS parser that takes in the media namespace's items. Example 1: <rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/"> <channel> <title>Some channel</title> <item> <guid>234wwerwe</guid> <title>Some title</title> <media:description>test description 1</media:description> <pubDate>Tue, 30 Jul 2019 19:24:00 +0000</pubDate> </item> </channel> </rss> Example 2: <rss version="2.0" xmlns:media="http://www.rssboard.org/media-rss"> <channel> <title>Some second channel</title