How would I access a mediarss tag like <media:thumbnail>
using basic javascript like getElementsByTagName
? P.S I do not want to use a library or server side scripting, also a json object is not available from the rss feed i am using, and i do not want to create one in php...
Asked
Active
Viewed 731 times
1

Adam Carter
- 4,741
- 5
- 42
- 103
1 Answers
0
It seems this issue is covered here, where they talk about using getElementsByTagNameNS
.

Adam Carter
- 4,741
- 5
- 42
- 103