<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>XsltDb - Develop For DotNetNuke With Pleasure</title>
	<atom:link href="http://xsltdb.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://xsltdb.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 10 May 2011 08:43:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='xsltdb.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/896b8d9815bfde41e9d825df2d2ad7a9?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>XsltDb - Develop For DotNetNuke With Pleasure</title>
		<link>http://xsltdb.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://xsltdb.wordpress.com/osd.xml" title="XsltDb - Develop For DotNetNuke With Pleasure" />
	<atom:link rel='hub' href='http://xsltdb.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Cross-CMS Development. Possible or Not?</title>
		<link>http://xsltdb.wordpress.com/2011/01/24/cross-cms-development/</link>
		<comments>http://xsltdb.wordpress.com/2011/01/24/cross-cms-development/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 16:47:26 +0000</pubDate>
		<dc:creator>Anton Burtsev</dc:creator>
		
		<guid isPermaLink="false">http://xsltdb.wordpress.com/?p=105</guid>
		<description><![CDATA[The Problem Web 2.0 has changed Internet. This is true fact. Moreover, Web 2.0 is still changing Internet. Dozens of new CMS appear each year. Some of them are successful (and even commercially successful). Some of them are not. Some &#8230; <a href="http://xsltdb.wordpress.com/2011/01/24/cross-cms-development/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsltdb.wordpress.com&amp;blog=14184176&amp;post=105&amp;subd=xsltdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2 style="text-align:justify;">The Problem</h2>
<p style="text-align:justify;">Web 2.0 has changed Internet. This is true fact. Moreover, Web 2.0 is still changing Internet. Dozens of new CMS appear each year. Some of them are successful (and even commercially successful). Some of them are not. Some of them are technology-aware, others are user-centric. Each CMS does the same job as others: controls web site. But each CMS has its own user community, its own extensions/modules repository etc. because each CMS requires its own programming language (framework, technique? etc.). So what we have thinking about overall CMS world efficiency? Is it good or bad to have many incompatible CMS? The answer is: Good and Bad.</p>
<ul style="text-align:justify;">
<li><strong>Good</strong> because the programming platform itself is a big treasure of each CMS. It let reusing many of features, samples and documentation. Moreover, platform’s user community is a good place of getting help if CMS itself has no strong user community.</li>
<li><strong>Bad</strong> because we have no common way to develop modules for different CMS.So, it would be great if we have an intermediate layer allowing single standards development for any CMS.</li>
</ul>
<h2 style="text-align:justify;">The Solution</h2>
<p style="text-align:justify;">Here I must say that we already have a cross-technology programming platform that can be found on any hardware and in any programming language – XSLT. XSLT is a good starting point for the generalized platform:</p>
<ul style="text-align:justify;">
<li>XSLT is extensible pretty much. One can provide custom functions to reach better integration with executing environment.</li>
<li>XSLT is a rich programming model. It has conditions, loops, subroutines and allows to be split into a series of modules/files.</li>
<li>XSLT is XML so it can be easily parsed and preprocessed allowing non-macros to be used XSLT is very fast (in many languages it has a “compiled” form)</li>
<li>XSLT is a good template engine as it generates output as is without any print, write, etc. operators.</li>
</ul>
<p style="text-align:justify;"><span style="font-family:Georgia, 'Bitstream Charter', serif;line-height:24px;font-size:16px;">So, the idea is to provide a simple module for each CMS that will be capable of the following:</span></p>
<ul style="text-align:justify;">
<li>Executing XSLT</li>
<li>Editing XSLT in admin mode</li>
<li>Providing database access as XSLT extensions</li>
<li>Providing CMS / Web server environment access as XSLT extensions</li>
<li>Web page submission, AJAX helpers, State management, etc.</li>
</ul>
<p style="text-align:justify;">And also packaging application that is capable to put ting XSL and SQL scripts together and creating installation/upgrade package.</p>
<h2 style="text-align:justify;">Benefits</h2>
<p style="text-align:justify;">Of course, this approach is not for creating complex applications with thousands man-days budgets and years of development. But if you need something simple to be built easy and fast – XSLT-based development environment is right tool. I think that the following tasks can be easily implemented using XSLT:</p>
<ul style="text-align:justify;">
<li>Integration with external services. With new platform we can easily read data from external source process or save them into database. We can easily create a handler url that can accept parameters and process them or just put to database. For example, you will be able to integrate with payments processors, real estate catalogues, hotels/ticket reservation systems etc.</li>
<li>Custom views. You can easily create custom views for modules if they can do it exactly as you want. If you have some ordinary module (articles, news, classifieds, etc.) and want to send it to browser in your own special way – just write XSL, query database and generate HTML. Nothing new here but you use the same universal simplified syntax in any CMS!</li>
<li>AJAX controls data source providers. There are many AJAX frameworks that require data in form of JSON, XML etc. You can easily create a parameterized URL handler or AJAX function that query database and return data in required format.</li>
<li>Simple modules as feedback forms, chats, polls etc. that do not require deep CMS engine integration.</li>
</ul>
<h2 style="text-align:justify;">Great, I like it. What to do now?</h2>
<p style="text-align:justify;">Anyone willing to take part in development of cross-CMS programming environment is welcome at <a href="http://sourceforge.net/projects/anycms/">AnyCMS</a> project: <a href="http://sourceforge.net/projects/anycms/">http://sourceforge.net/projects/anycms/</a>. Just join project or leave a message in forum if you are interested in cross-CMS features.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsltdb.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsltdb.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xsltdb.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xsltdb.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xsltdb.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xsltdb.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xsltdb.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xsltdb.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xsltdb.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xsltdb.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xsltdb.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xsltdb.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xsltdb.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xsltdb.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsltdb.wordpress.com&amp;blog=14184176&amp;post=105&amp;subd=xsltdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsltdb.wordpress.com/2011/01/24/cross-cms-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f0331d8444b11a8101add20c5e61c817?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">orginator3</media:title>
		</media:content>
	</item>
		<item>
		<title>Formatting Google News</title>
		<link>http://xsltdb.wordpress.com/2010/09/18/formatting-google-news/</link>
		<comments>http://xsltdb.wordpress.com/2010/09/18/formatting-google-news/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 06:19:34 +0000</pubDate>
		<dc:creator>Anton Burtsev</dc:creator>
		
		<guid isPermaLink="false">http://xsltdb.wordpress.com/?p=93</guid>
		<description><![CDATA[Google provides news with images, titles, descriptions, etc. in form of RSS. But news descriptions go with ugly HTML and bunch of links that you probably do not want to see on your site. XsltDb is a good tool to &#8230; <a href="http://xsltdb.wordpress.com/2010/09/18/formatting-google-news/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsltdb.wordpress.com&amp;blog=14184176&amp;post=93&amp;subd=xsltdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Google provides news with images, titles, descriptions, etc. in form of RSS. But news descriptions go with ugly HTML and bunch of links that you probably do not want to see on your site.</p>
<p><a href="http://xsltdb.com">XsltDb</a> is a good tool to analyse XML returned by Google and transform it in clean readable news column on you site. In case of simple homepage you even can avoid putting news in database and keep it in ASP.NET cache that simplifies development and decrease traffic.</p>
<ul>
<li>Detailed tutorial: <a href="http://xsltdb.codeplex.com/wikipage?title=Google%20News">http://xsltdb.codeplex.com/wikipage?title=Google News</a></li>
<li>Live Google News filtered by &#8220;Barack Obama&#8221; phrase: <a href="http://xsltdb.com/">http://xsltdb.com/</a>.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsltdb.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsltdb.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xsltdb.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xsltdb.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xsltdb.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xsltdb.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xsltdb.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xsltdb.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xsltdb.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xsltdb.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xsltdb.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xsltdb.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xsltdb.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xsltdb.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsltdb.wordpress.com&amp;blog=14184176&amp;post=93&amp;subd=xsltdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsltdb.wordpress.com/2010/09/18/formatting-google-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f0331d8444b11a8101add20c5e61c817?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">orginator3</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating links with click counter</title>
		<link>http://xsltdb.wordpress.com/2010/09/04/creating-links-with-click-counter/</link>
		<comments>http://xsltdb.wordpress.com/2010/09/04/creating-links-with-click-counter/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 11:16:19 +0000</pubDate>
		<dc:creator>Anton Burtsev</dc:creator>
				<category><![CDATA[DotNetNuke]]></category>
		<category><![CDATA[XsltDb]]></category>

		<guid isPermaLink="false">http://xsltdb.wordpress.com/?p=89</guid>
		<description><![CDATA[I know many cases when you need to create a smart or say rich link on a page. Rich links are links that can first execute some logics and than send user to desired location. What kind of logics can &#8230; <a href="http://xsltdb.wordpress.com/2010/09/04/creating-links-with-click-counter/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsltdb.wordpress.com&amp;blog=14184176&amp;post=89&amp;subd=xsltdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I know many cases when you need to create a smart or say <strong>rich link</strong> on a page. Rich links are links that can first execute some logics and than send user to desired location. What kind of logics can be implemented here:</p>
<ul>
<li> Count clicks, provide extended statistics;</li>
<li>Hide actual URL;</li>
<li>Determine actual URL after user clicked the link.</li>
</ul>
<p>There are 2 main methods of providing such links</p>
<ul>
<li> Javascript page submission</li>
<li> Redirect link (like Linkclick.aspx)</li>
</ul>
<p>I have created a <a title="XsltDb Tutorial" href="http://xsltdb.codeplex.com/wikipage?title=Rich%20Links">new tutorial on the XsltDb Project site</a> that shows how to create rich links using XsltDb.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsltdb.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsltdb.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xsltdb.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xsltdb.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xsltdb.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xsltdb.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xsltdb.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xsltdb.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xsltdb.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xsltdb.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xsltdb.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xsltdb.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xsltdb.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xsltdb.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsltdb.wordpress.com&amp;blog=14184176&amp;post=89&amp;subd=xsltdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsltdb.wordpress.com/2010/09/04/creating-links-with-click-counter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f0331d8444b11a8101add20c5e61c817?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">orginator3</media:title>
		</media:content>
	</item>
		<item>
		<title>AJAX. Javascript Function, XML Service</title>
		<link>http://xsltdb.wordpress.com/2010/06/21/ajax-javascript-or-service/</link>
		<comments>http://xsltdb.wordpress.com/2010/06/21/ajax-javascript-or-service/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 16:59:02 +0000</pubDate>
		<dc:creator>Anton Burtsev</dc:creator>
				<category><![CDATA[DotNetNuke]]></category>
		<category><![CDATA[XsltDb]]></category>

		<guid isPermaLink="false">http://xsltdb.wordpress.com/?p=67</guid>
		<description><![CDATA[If you have found a pretty good javascript control that requires data to be loaded from server asynchronously – XsltDb is something you’d appreciate. It provides a very simple way to load data asynchronously by javascript function or by providing &#8230; <a href="http://xsltdb.wordpress.com/2010/06/21/ajax-javascript-or-service/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsltdb.wordpress.com&amp;blog=14184176&amp;post=67&amp;subd=xsltdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you have found a pretty good javascript control that requires data to be loaded from server asynchronously – <strong>XsltDb is something you’d appreciate</strong>. It provides a very simple way to load data asynchronously by javascript function or by providing a URL.</p>
<p>Here I provide an example of loading list of Modules currently installed in DotNetNuke.</p>
<h2>1. Creating javascript function</h2>
<p>The first method covers full cycle of AJAX. XsltDb helps creating javascript function that goes to the server (using XmlHttpRequest) queries database, returns data to client and call a user-defined callback. This is an XsltDb configuration that creates such a function:</p>
<pre><span style="font-family:Georgia, 'Bitstream Charter', serif;color:#444444;"><span style="line-height:22px;"><strong>&lt;mdo:callable js="getModules(filter)"&gt;</strong>
</span></span><span style="color:#444444;font-family:Georgia, 'Bitstream Charter', serif;line-height:22px;">   &lt;xsl:copy-of select="mdo:sql('</span>
<span style="font-family:Georgia, 'Bitstream Charter', serif;color:#444444;"><span style="line-height:22px;">       select * from {databaseOwner}[{objectQualifier}desktopModules]</span></span>
<span style="font-family:Georgia, 'Bitstream Charter', serif;color:#444444;"><span style="line-height:22px;">       where FriendlyName like @filter</span></span>
<span style="font-family:Georgia, 'Bitstream Charter', serif;color:#444444;"><span style="line-height:22px;">   ', 'module', '@filter', concat('%', mdo:request(filter), '%'))" /&gt;</span></span>
<span style="font-family:Georgia, 'Bitstream Charter', serif;color:#444444;"><span style="line-height:22px;">&lt;/mdo:callable&gt;</span></span></pre>
<p><span style="color:#008000;">The code is pretty short, isn&#8217;t it?</span></p>
<p><strong><span style="color:#ff0000;">Attention!</span></strong> As we use <strong>free sql</strong> statement we must check the <strong>Super Module</strong> option above XSLT Editor.</p>
<p>Resulting output on HTML page is a javascript function <strong>getModules</strong> that returns a list of modules as XML string. You can use XSL to create any type of output: string, JSON, etc. Usage of the getModules is simple:</p>
<h3>Asynchronous</h3>
<pre><span style="font-family:Georgia, 'Bitstream Charter', serif;color:#444444;"><span style="line-height:22px;">getModules("x", function(result){
</span></span><span style="color:#444444;font-family:Georgia, 'Bitstream Charter', serif;line-height:22px;">   alert(result);
</span><span style="color:#444444;font-family:Georgia, 'Bitstream Charter', serif;line-height:22px;">});</span></pre>
<h3>Or synchronous (not recommended)</h3>
<pre><span style="font-family:Georgia, 'Bitstream Charter', serif;color:#444444;">alert(getModules("x"));</span></pre>
<h2>2. Creating a URL handler</h2>
<p>Controls often capable of querying a URL that return XML data. This is also easy to implement with XsltDb. Create a new module, click Edit XSLT and fill &#8220;<strong>Alias</strong>&#8221; field above the control with &#8220;modules&#8221; alias name. You also must check <strong>Super Module</strong> option tobe able to execute SQL.</p>
<pre><span style="font-family:Georgia, 'Bitstream Charter', serif;color:#444444;"><span style="line-height:22px;">&lt;xsl:if test=" mdo:request('service')='modules' "&gt;
</span></span><span style="color:#444444;font-family:Georgia, 'Bitstream Charter', serif;line-height:22px;">   &lt;xsl:copy-of select="mdo:sql('
</span><span style="color:#444444;font-family:Georgia, 'Bitstream Charter', serif;line-height:22px;">       select * from {databaseOwner}[{objectQualifier}desktopModules]
</span><span style="color:#444444;font-family:Georgia, 'Bitstream Charter', serif;line-height:22px;">       where FriendlyName like @filter
</span><span style="color:#444444;font-family:Georgia, 'Bitstream Charter', serif;line-height:22px;">  ', 'module', '@filter', concat('%', mdo:request(filter), '%'))" /&gt;
</span><span style="color:#444444;font-family:Georgia, 'Bitstream Charter', serif;line-height:22px;">&lt;/xsl:if&gt;</span></pre>
<p><strong>xsl:if</strong> is not nesessary and used to prevent output generation when we open a page where the module sits.</p>
<p>The URL that returns data provided by the module is:</p>
<pre><span style="font-family:Georgia, 'Bitstream Charter', serif;color:#444444;">/DesktopModules/XsltDb/ws.aspx?service=alias-name[&amp;additional-parameters]</span></pre>
<p>In our case we must use</p>
<pre><span style="font-family:Georgia, 'Bitstream Charter', serif;color:#444444;">/DesktopModules/XsltDb/ws.aspx?service=modules&amp;filter=x</span></pre>
<p>Example would be:</p>
<pre><span style="font-family:Georgia, 'Bitstream Charter', serif;color:#444444;"><span style="line-height:22px;">$.ajax({</span></span>
<span style="color:#444444;font-family:Georgia, 'Bitstream Charter', serif;line-height:22px;">      url: '/DesktopModules/XsltDb/ws.aspx?service=modules&amp;filter=x',</span>
<span style="color:#444444;font-family:Georgia, 'Bitstream Charter', serif;line-height:22px;">      success: function(data, status, http) {</span>
<span style="color:#444444;font-family:Georgia, 'Bitstream Charter', serif;line-height:22px;">      alert(http.responseText);</span>
<span style="color:#444444;font-family:Georgia, 'Bitstream Charter', serif;line-height:22px;">   }</span>
<span style="color:#444444;font-family:Georgia, 'Bitstream Charter', serif;line-height:22px;">});</span></pre>
<p>Note that you can put all your services on a separate page and reuse it from any page of your site or from other sites.</p>
<p>More about AJAX in XsltDb:</p>
<ul>
<li><a href="http://xsltdb.codeplex.com/wikipage?title=mdo:ajax">Reloading whole module using AJAX</a></li>
<li><a href="http://xsltdb.codeplex.com/wikipage?title=js%20handlers">Module as a dedicated AJAX function</a></li>
<li><a href="http://xsltdb.codeplex.com/wikipage?title=XsltDb%20javascript%20API">Create HTML markup and AJAX functions inside a single configuration</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsltdb.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsltdb.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xsltdb.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xsltdb.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xsltdb.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xsltdb.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xsltdb.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xsltdb.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xsltdb.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xsltdb.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xsltdb.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xsltdb.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xsltdb.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xsltdb.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsltdb.wordpress.com&amp;blog=14184176&amp;post=67&amp;subd=xsltdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsltdb.wordpress.com/2010/06/21/ajax-javascript-or-service/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f0331d8444b11a8101add20c5e61c817?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">orginator3</media:title>
		</media:content>
	</item>
		<item>
		<title>Show a DotNetNuke Module In a Telerik Window</title>
		<link>http://xsltdb.wordpress.com/2010/06/20/show-a-dotnetnuke-module-in-a-telerik-window/</link>
		<comments>http://xsltdb.wordpress.com/2010/06/20/show-a-dotnetnuke-module-in-a-telerik-window/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 19:19:38 +0000</pubDate>
		<dc:creator>Anton Burtsev</dc:creator>
				<category><![CDATA[DotNetNuke]]></category>
		<category><![CDATA[XsltDb]]></category>

		<guid isPermaLink="false">http://xsltdb.wordpress.com/?p=59</guid>
		<description><![CDATA[Live Demo:  http://xsltdb.com/Telerik/RadWindow.aspx As I have shown in many tutorial XsltDb is a good tool to use with Telerik Controls. Now I going to demonstrate how to use XsltDb to put a DotNetNuke module in a Telerik RadWindow. The process &#8230; <a href="http://xsltdb.wordpress.com/2010/06/20/show-a-dotnetnuke-module-in-a-telerik-window/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsltdb.wordpress.com&amp;blog=14184176&amp;post=59&amp;subd=xsltdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Live Demo:  <a href="http://xsltdb.com/Telerik/RadWindow.aspx">http://xsltdb.com/Telerik/RadWindow.aspx</a></p>
<p><img class="aligncenter size-full wp-image-62" title="RadWindow" src="http://xsltdb.files.wordpress.com/2010/06/radwindow.png?w=640" alt=""   /></p>
<p>As I have shown in many tutorial XsltDb is a good tool to use with Telerik Controls. Now I going to demonstrate how to use XsltDb to put a DotNetNuke module in a Telerik RadWindow.</p>
<p>The process is simple:</p>
<ol>
<li>Put the module you want to wrap into a window on the page,</li>
<li><strong>Under</strong> (<span style="color:#ff0000;">important</span>) the module put a new XsltDb module.</li>
</ol>
<p>XsltDb script is following:</p>
<pre><span style="color:#808080;">&lt;xsl:text disable-output-escaping="yes"&gt;&lt;![CDATA[
&lt;%@ Register
   TagPrefix="telerik"
   Namespace="Telerik.Web.UI"
   Assembly="Telerik.Web.UI" %&gt;
]]&gt;&lt;/xsl:text&gt;</span>

&lt;mdo:asp xmlns:asp="asp" xmlns:telerik="telerik"&gt;
  &lt;telerik:RadWindow ID="wnd" runat="server"&gt;
    &lt;ContentTemplate&gt;
      <strong><span style="color:#003300;">&lt;div id="content-placeholder" /&gt;</span></strong>
    &lt;/ContentTemplate&gt;
  &lt;/telerik:RadWindow&gt;
&lt;/mdo:asp&gt;
&lt;script type="text/javascript"&gt;
  <strong>$("a[name=<span style="color:#ff0000;">441</span>]").next().appendTo($("#content-placeholder"));</strong>
  function showWindow()
  {
    $find("{{mdo:client-id('wnd')}}").show();
  }
&lt;/script&gt;

&lt;a href="javascript:showWindow()"&gt;Show Window&lt;/a&gt;</pre>
<p>Two lines in code above are bolded, I must clarify what they are exactly for:</p>
<ul>
<li>First, we declare a RadWindow with a div placeholder inside. We put our module into the div.</li>
<li>Second, we create a script block where we find module to move and move it&#8217;s content to the placeholder inside the RadWindow.</li>
</ul>
<p>Look at magic red <strong>441</strong> number. This is an ID of module to move into a window. Unfortunately, I don&#8217;t know a reliable method to extract complete module HTML. But I noticed that DNN inserts a <strong>&lt;a name=&#8221;&lt;ModuleID&gt;&#8221; /&gt;</strong> above a module. Module ID can be captured from URL when we edit module settings as <strong>&#8230;/mid/441/&#8230;</strong></p>
<p>By default window is hidden. You can either create a link or button to show the window or setup a RadWindow property <strong>VisibleOnPageLoad=&#8221;true&#8221;</strong>.</p>
<p>Live Demo:  <a href="http://xsltdb.com/Telerik/RadWindow.aspx">http://xsltdb.com/Telerik/RadWindow.aspx</a></p>
<p>Additional information about XsltDb: <a href="http://xsltdb.codeplex.com/">http://xsltdb.codeplex.com/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsltdb.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsltdb.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xsltdb.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xsltdb.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xsltdb.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xsltdb.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xsltdb.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xsltdb.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xsltdb.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xsltdb.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xsltdb.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xsltdb.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xsltdb.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xsltdb.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsltdb.wordpress.com&amp;blog=14184176&amp;post=59&amp;subd=xsltdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsltdb.wordpress.com/2010/06/20/show-a-dotnetnuke-module-in-a-telerik-window/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f0331d8444b11a8101add20c5e61c817?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">orginator3</media:title>
		</media:content>

		<media:content url="http://xsltdb.files.wordpress.com/2010/06/radwindow.png" medium="image">
			<media:title type="html">RadWindow</media:title>
		</media:content>
	</item>
		<item>
		<title>DotNetNuke Menu Localization</title>
		<link>http://xsltdb.wordpress.com/2010/06/20/dnn-menu-localization/</link>
		<comments>http://xsltdb.wordpress.com/2010/06/20/dnn-menu-localization/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 16:44:44 +0000</pubDate>
		<dc:creator>Anton Burtsev</dc:creator>
				<category><![CDATA[DotNetNuke]]></category>

		<guid isPermaLink="false">http://xsltdb.wordpress.com/?p=44</guid>
		<description><![CDATA[If you are building a multilingual site you can use DotNetNuke localization interfaces to translate names, field labels etc. But what about your main menu? If you have in English Home &#124; Services &#124; Products &#124; Contacts you may want &#8230; <a href="http://xsltdb.wordpress.com/2010/06/20/dnn-menu-localization/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsltdb.wordpress.com&amp;blog=14184176&amp;post=44&amp;subd=xsltdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are building a multilingual site you can use DotNetNuke localization interfaces to translate names, field labels etc. But what about your main menu? If you have in English</p>
<p><span style="font-family:Georgia, 'Bitstream Charter', serif;line-height:24px;font-size:16px;"> </span></p>
<pre>Home | Services | Products | Contacts</pre>
<p>you may want to see these captions in other language also (Russian for me).</p>
<pre>Главная | Услуги | Продукты | Контакты</pre>
<p>And this is <strong><span style="color:#008000;">easy to do without any additional tools</span></strong>. Open the following file</p>
<pre>&lt;DNN&gt;\App_GlobalResources\GlobalResources.&lt;your-language&gt;.resx</pre>
<p><span style="color:#888888;">(GlobalResources.ru-RU.resx in my case)</span> And find a position of system menu items, something like this:</p>
<pre>&lt;data name="//<strong>Admin</strong>.String" xml:space="preserve"&gt;
   &lt;value&gt;<strong>Админ</strong>&lt;/value&gt;
&lt;/data&gt;</pre>
<p>Here you can see a tab path and translated name. It is natural to suppose that DotNetNuke doesn&#8217;t make difference between system and custom menu items and it really doesn&#8217;t!!! You can just create another translations for the Home, Services etc. menu items:</p>
<pre>&lt;data name="//<strong>Home</strong>.String" xml:space="preserve"&gt;
   &lt;value&gt;<strong>Главная</strong>&lt;/value&gt;
&lt;/data&gt;
&lt;data name="//<strong>Services</strong>.String" xml:space="preserve"&gt;
   &lt;value&gt;<strong>Услуги</strong>&lt;/value&gt;
&lt;/data&gt;
&lt;data name="//<strong>Products</strong>.String" xml:space="preserve"&gt;
   &lt;value&gt;<strong>Продукты</strong>&lt;/value&gt;
&lt;/data&gt;
&lt;data name="//<strong>Contacts</strong>.String" xml:space="preserve"&gt;
   &lt;value&gt;<strong>Контакты</strong>&lt;/value&gt;
&lt;/data&gt;</pre>
<p>And DotNetNuke read it immediately!</p>
<p>Tips</p>
<ul>
<li>This localization is applied to every portal of your DNN installation</li>
<li>Tab paths (e.g. //Products) are case sensitive in resx files</li>
</ul>
<p>Here is the sample: <a href="http://xsltdb.com">http://xsltdb.com</a></p>
<p>Also review <a href="http://xsltdb.com/XsltDb/Help/Common/Localization.aspx">XsltDb Localization sample</a>:</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsltdb.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsltdb.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xsltdb.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xsltdb.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xsltdb.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xsltdb.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xsltdb.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xsltdb.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xsltdb.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xsltdb.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xsltdb.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xsltdb.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xsltdb.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xsltdb.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsltdb.wordpress.com&amp;blog=14184176&amp;post=44&amp;subd=xsltdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsltdb.wordpress.com/2010/06/20/dnn-menu-localization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f0331d8444b11a8101add20c5e61c817?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">orginator3</media:title>
		</media:content>
	</item>
		<item>
		<title>Accessing DotNetNuke Tables</title>
		<link>http://xsltdb.wordpress.com/2010/06/19/accessing-dotnetnuke-tables/</link>
		<comments>http://xsltdb.wordpress.com/2010/06/19/accessing-dotnetnuke-tables/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 16:28:55 +0000</pubDate>
		<dc:creator>Anton Burtsev</dc:creator>
				<category><![CDATA[XsltDb]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[DotNetNuke]]></category>
		<category><![CDATA[SqlDataSource]]></category>

		<guid isPermaLink="false">http://xsltdb.wordpress.com/?p=31</guid>
		<description><![CDATA[As you know, DotNetNuke Database objects are named with a prefix that you supply during install and also you can setup a specific owner for all tables, stored procedures and other objects. In DotNetNuke you can use macros {databaseOwner} and &#8230; <a href="http://xsltdb.wordpress.com/2010/06/19/accessing-dotnetnuke-tables/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsltdb.wordpress.com&amp;blog=14184176&amp;post=31&amp;subd=xsltdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As you know, DotNetNuke Database objects are named with a prefix that you supply during install and also you can setup a specific owner for all tables, stored procedures and other objects. In DotNetNuke you can use macros {<strong>databaseOwner</strong>} and {<strong>objectQualifier</strong>} inside SQL query. XsltDb also allow you to do that</p>
<pre>mdo:sql('SELECT *
   FROM {<strong>databaseOwner</strong>}[{<strong>objectQualifier</strong>}DesktopModules]', 'mod')</pre>
<p style="text-align:right;"><a href="http://xsltdb.codeplex.com/wikipage?title=mdo:sql">see also mdo:sql documentation</a></p>
<p>If you use a SqlDataSource you can not use those macros. You have to use an <strong>mdo:dnn-prepare-sql()</strong> function to replace macros:</p>
<pre>&lt;xsl:variable name="sql"&gt;
   SELECT ModuleName, FriendlyName, Description
   FROM {<strong>databaseOwner</strong>}[{<strong>objectQualifier</strong>}DesktopModules]
&lt;/xsl:variable&gt;
&lt;asp:SqlDataSource
   id="dsModules"
   runat="server"
   DataSourceMode="DataReader"
   ConnectionString="&amp;lt;%$ ConnectionStrings:SiteSqlServer %&amp;gt;"
   SelectCommand="{<strong>mdo:dnn-prepare-sql($sql)</strong>}"
/&gt;</pre>
<p style="text-align:right;"><a href="http://xsltdb.com/DotNetNuke-Telerik-RadGrid-SqlDataSource.aspx">See also SqlDataSource sample</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsltdb.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsltdb.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xsltdb.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xsltdb.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xsltdb.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xsltdb.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xsltdb.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xsltdb.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xsltdb.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xsltdb.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xsltdb.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xsltdb.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xsltdb.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xsltdb.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsltdb.wordpress.com&amp;blog=14184176&amp;post=31&amp;subd=xsltdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsltdb.wordpress.com/2010/06/19/accessing-dotnetnuke-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f0331d8444b11a8101add20c5e61c817?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">orginator3</media:title>
		</media:content>
	</item>
		<item>
		<title>XsltDb Goes Localizable</title>
		<link>http://xsltdb.wordpress.com/2010/06/18/xsltdb-goes-localizable/</link>
		<comments>http://xsltdb.wordpress.com/2010/06/18/xsltdb-goes-localizable/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 20:43:18 +0000</pubDate>
		<dc:creator>Anton Burtsev</dc:creator>
		
		<guid isPermaLink="false">http://xsltdb.wordpress.com/?p=25</guid>
		<description><![CDATA[Some developers ask me how they can develop a multilingual forms and reports using XsltDb. I have just finished a Localization API that allows to setup all strings on every language and switch them when user changes current language of &#8230; <a href="http://xsltdb.wordpress.com/2010/06/18/xsltdb-goes-localizable/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsltdb.wordpress.com&amp;blog=14184176&amp;post=25&amp;subd=xsltdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Some developers ask me how they can develop a multilingual forms and reports using XsltDb. I have just finished a Localization API that allows to setup all strings on every language and switch them when user changes current language of site.</p>
<p>You just write a macro like</p>
<pre># localized-strings / label.user-name #</pre>
<p>and XsltDb replaces it with real text based on current language.</p>
<p>This is done inside configuration so you don&#8217;t need to setup any additional settings and code is kept compact. However, if you use some string widely across tha site you can create a separate configuration on any page and reference it with</p>
<pre>&lt;xsl:inpurt href="mdo:import(alias)" /&gt;</pre>
<p><a href="http://xsltdb.com/XsltDb/Help/Common/Localization.aspx">View detaild description of XsltDb Localization API on xsltdb.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xsltdb.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xsltdb.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xsltdb.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xsltdb.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xsltdb.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xsltdb.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xsltdb.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xsltdb.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xsltdb.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xsltdb.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xsltdb.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xsltdb.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xsltdb.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xsltdb.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=xsltdb.wordpress.com&amp;blog=14184176&amp;post=25&amp;subd=xsltdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://xsltdb.wordpress.com/2010/06/18/xsltdb-goes-localizable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f0331d8444b11a8101add20c5e61c817?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">orginator3</media:title>
		</media:content>
	</item>
	</channel>
</rss>
