<media:content duration="50" expression="full"
isDefault="false" medium="video" type="video/mp4" url=" http://test/1/>
<plfile:release xmlns:plfile=" http://test/1/data/MediaFile">
<plrelease:url xmlns:plrelease=" http://test/1/data/Release">http://test/1/data/6ITT9RKUPKTq</plrelease:url>
</plfile:release>
<plfile:sourceUrl xmlns:plfile=" http://test/1/data/MediaFile">http://test2/videos/story1.mp4</plfile:sourceUrl>
</media:content>
Here is how I am trying to find it:
- item.video =jQuery(this).find('<media\\:content, last').attr('plfile\\:sourceUrl\\ xmlns\\:plfile');
I thought I could escape the space the same way as the : but this does not work.
Any help is greatly appreciated.
Thanks