Monday, March 29, 2010

Embed Picasa Web Album with VB.NET and XSL

First, drop this code in the HEAD of your .aspx page:


NOTE: Change the URL on line #8 to match the url to your Picasa RSS Feed



<%@ Import Namespace="System.IO" %>
<%@ Import Namespace="System.Xml" %>
<%@ Import Namespace="System.Xml.Xsl" %>





Drop this in the BODY of your .aspx page:












Finally, create a .xsl file called feed_style.xsl. Save the following in it:




































  • No comments: