hello, i want to make the video sitemaps and according to google te
xml should be like
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss"
xmlns:dcterms="http://purl.org/dc/terms/" xmlns:gm="http://
www.google.com/schemas/gm/1.1">
<channel>
<item>
<pubDate>2005-06-18</pubDate>
<media:content url="http://www.google.com/samples/
localandmaps.mpeg" type="video/mpeg">
<media:title>Google Local and Google Maps</media:title>
<media:description>How to use Google Local and Google Maps to
find local information.</media:description>
<media:player url="http://www.google.com/playerLaunch?
id=localAndMaps" />
<media:thumbnail url="http://www.google.com/images/
localAndMaps.jpg"/>
<media:credit role="productioncompany">Google.com</
media:credit>
<media:credit role="producer">Joe Smith</media:credit>
<media:category>Ads & Promotional</media:category>
<media:category>News</media:category>
</item>
</media:content>
</channel>
</rss>
how should i use Xml helper in my controller to make the namespace
like above and get my sitemap working like that.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---