- From: ÀÌ¿ø¼® <wslee@etri.re.kr>
- Date: Tue, 23 Jun 2009 17:19:01 +0900
- To: "Felix Sasaki" <felix.sasaki@fh-potsdam.de>
- Cc: <public-media-annotation@w3.org>
- Message-ID: <B4EAD1122C31304099A5CDEA5447210F019090BC@email2>
Hi. Felix. Thanks. Do you have any Media RSS data or oo you know how to getting Media RSS data from Services? I just use the data from Youtube for testing Media RSS. But I am looking for another test data for Media RSS. Best regards, Wonsuk From: felix.sasaki@googlemail.com [mailto:felix.sasaki@googlemail.com] On Behalf Of Felix Sasaki Sent: Tuesday, June 23, 2009 3:30 PM To: ÀÌ¿ø¼® Cc: public-media-annotation@w3.org Subject: Re: Test data for API Hi Wonsuk, 2009/6/23 ÀÌ¿ø¼® <wslee@etri.re.kr> Hi. Felix. Good suggestion~ I will do. Concerning your implementation, How could you test the Yahoo MediaRSS format? The current implementation http://www.w3.org/People/fsasaki/annotation-mappings/01/mapping.xsl is not updated yet, but the principle will be the same: I am selecting an "ma: property", e.g. "ma:title", and I am checking if MediaRSS occurrs in the metadata input. See the code snippet below, the "m" prefix is bound to http://search.yahoo.com/mrss/ <xsl:when test="$property='title'"> <xsl:apply-templates select="$inputDoc//title | $inputDoc//m:title | $inputDoc//v:title | $inputDoc//a:entry/a:title | $inputDoc//dc:title"/> </xsl:when> Best, Felix Could you let me know? Best regards, Wonsuk From: public-media-annotation-request@w3.org [mailto:public-media-annotation-request@w3.org] On Behalf Of Felix Sasaki Sent: Monday, June 22, 2009 11:50 PM To: public-media-annotation@w3.org Subject: Test data for API Hi all, I have started working on my mapping application http://www.w3.org/People/fsasaki/annotation-mappings/ again, and I am now looking for test data. Others must be in the same situation, so it would be good to have test files. My proposal: gather this data in the wiki via http://www.w3.org/2008/WebVideo/Annotations/wiki/Special:Upload and link to the files from http://www.w3.org/2008/WebVideo/Annotations/wiki/Test_data any opinions? If you agree, just start uploading :) Thanks, Felix
Received on Tuesday, 23 June 2009 08:19:50 UTC