embedding Youtube User uploads into RSS Feed Question
Hi everyone,
I'm attempting to feed a YouTube user's uploads to a page, i can get all the videos to feed in the titles and content using xslt but to view the video you have to click through and watch it on youtube itself. I want to have the feed come through but have the videos embedded and viewable on the page.
I've tried to adapt the xslt used from another user on here:
embedding Youtube User uploads into RSS Feed Question
Hi everyone,
I'm attempting to feed a YouTube user's uploads to a page, i can get all the videos to feed in the titles and content using xslt but to view the video you have to click through and watch it on youtube itself. I want to have the feed come through but have the videos embedded and viewable on the page.
I've tried to adapt the xslt used from another user on here:
<xsl:for-each select="$utubexml/*[local-name()='feed']/*[local-name()='entry']">
<xsl:value-of select = "*[local-name()='title']" disable-output-escaping="yes" />
<xsl:value-of select = "*[local-name()='content']" disable-output-escaping="yes" />
Hi Molly
Could you post the full XSLT code you're working on please?
/Jan
is working on a reply...