Author: jonathan Date: Thu Feb 19 17:11:04 2009 New Revision: 31135 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=31135
Log: MASHUP-1143: Fixed unholy mix of strings and markup ;-). Modified: branches/mashup/java/1.5/java/modules/samples/tomatoTube/tomatoTube.js Modified: branches/mashup/java/1.5/java/modules/samples/tomatoTube/tomatoTube.js URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/modules/samples/tomatoTube/tomatoTube.js?rev=31135&r1=31134&r2=31135&view=diff ============================================================================== --- branches/mashup/java/1.5/java/modules/samples/tomatoTube/tomatoTube.js (original) +++ branches/mashup/java/1.5/java/modules/samples/tomatoTube/tomatoTube.js Thu Feb 19 17:11:04 2009 @@ -19,11 +19,14 @@ this.serviceName = "tomatoTube"; this.scope = "application"; -this.documentation = "<p>Demonstrates how to create a mashup of RSS feeds using the WSO2 Mashup Servers Feed host objects. " + - "It uses the RSS 2.0 feeds published by rottentomatoes.com and YouTube. " + - "The YouTube feed is obtained through their new GData YouTube API<p>" + - "<p>This sample also demonstrates the use of the periodic scheduling available for long running " + - "services and the File host object.</p>"; +this.documentation = + <div> + <p>Demonstrates how to create a mashup of RSS feeds using the WSO2 Mashup Servers Feed host objects. + It uses the RSS 2.0 feeds published by rottentomatoes.com and YouTube. + The YouTube feed is obtained through their new GData YouTube API.</p> + <p>This sample also demonstrates the use of the periodic scheduling available for long running + services and the File host object.</p> + </div>; readTomatoTubeFeed.documentation = "Obtains the top rated movies in theaters and on dvd from rottentomatoes.com " + _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
