<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>Guide to BizTalk Server</title>
	<link>http://www.biztalkserverguide.com</link>
	<description>One stop BizTalk Server Guide</description>
	<lastBuildDate>Mon, 17 Nov 2008 17:05:20 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Biztalk server interview questions</title>
		<description>
Explain Biztalk server architecture

what is the difference between BizTalk 2004 and 2006

what is Party Resolution, how do you implement the same.

What is enterprise single sign on and how does it work?

How do you implement Digital Signature in Biztalk server.

What is Envelop Schema? How do you extract each of the msgs?

How ...</description>
		<link>http://www.biztalkserverguide.com/2008/11/17/biztalk-server-interview-questions/</link>
			</item>
	<item>
		<title>create a html image element using xslt</title>
		<description>the following code will help you to create a html image element using xslt

&#60;xsl:element name="img"&#62;
&#60;xsl:attribute name="src"&#62;
&#60;xsl:value-of select="yourwebsiteBaseUrl"/&#62;/imagelocation/image.jpg
&#60;/xsl:attribute&#62;
&#60;xsl:attribute name="alt"&#62;alt Text&#60;/xsl:attribute&#62;
&#60;xsl:attribute name="width"&#62;250&#60;/xsl:attribute&#62;
&#60;/xsl:element&#62; </description>
		<link>http://www.biztalkserverguide.com/2008/11/12/create-a-html-image-element-using-xslt/</link>
			</item>
	<item>
		<title>How to get all the names of the attributes in a node</title>
		<description>Hello everyone,

In my previous post , I had written how to get the count of no of attributes in a node, In the this I will shed light on how to check for a particular names of the attributes in a node.

&#60;xsl:template match="YourNodeName"&#62;
&#60;xsl:for-each select="@*"&#62;
&#60;xsl:choose&#62;
&#60;xsl:when test="name() ='AnyAttributeName'"&#62;&#60;xsl:value-of select="//./location/@AnyAttributeName" /&#62;&#60;/xsl:when&#62;

&#60;/xsl:choose&#62;

&#60;/xsl:for-each&#62;

&#60;/xsl:template&#62; </description>
		<link>http://www.biztalkserverguide.com/2008/11/11/how-to-get-all-the-names-of-the-attributes-in-a-node/</link>
			</item>
	<item>
		<title>count the number of attributes in a node</title>
		<description>&#60;xsl:template match="YourNodeName"&#62;

&#60;xsl:variable name="attributeCount"&#62;&#60;xsl:value-of select="count(@*)" /&#62;&#60;/xsl:variable&#62; </description>
		<link>http://www.biztalkserverguide.com/2008/11/11/count-the-number-of-attributes-in-a-node/</link>
			</item>
	<item>
		<title>Biztalk server training in bangalore</title>
		<description>Experts from conglomerative domains have converged to a point to leverage their technological skills coupled with their managerial skills to help you work on emerging technologies. You will be trained on biz talk server application development , deployment, advanced topics (BAS,BAM,BRE)  and many more bonus topic's which are required ...</description>
		<link>http://www.biztalkserverguide.com/2008/11/04/biztalk-server-training-in-bangalore/</link>
			</item>
	<item>
		<title>abstract factory pattern usage</title>
		<description>hello every one,

its been long time i have written on this blog, as I am very much busy at work , well in this post I am going to write about the application of abstract factory pattern.

Factory is an entity whose main business is to create products, in the same ...</description>
		<link>http://www.biztalkserverguide.com/2008/09/11/abstract-factory-pattern-usage/</link>
			</item>
	<item>
		<title>asp fileupload control..unable to display the text from the database</title>
		<description>
I added an asp file upload control and was trying to upload the image successfully..cool.

i am adding the location of the image in the columns of a sql server table ~/yourwwwlocation/yourimagefolderlocation

now when I load the page to edit i need the ~/yourwwwlocation/yourimagefolderlocation in the file upload text box, well, i ...</description>
		<link>http://www.biztalkserverguide.com/2008/08/18/asp-fileupload-controlunable-to-display-the-text-from-the-database/</link>
			</item>
	<item>
		<title>The significance of proxy in remoting</title>
		<description>While i was working on a .net remoting application I was wondering why do we need a separate proxy class, why can't we have the client calling the remote object ,can not call it directly.

This question might have been encountered by many techies, but very few people try to digg ...</description>
		<link>http://www.biztalkserverguide.com/2008/08/17/the-significance-of-proxy-in-remoting/</link>
			</item>
	<item>
		<title>Autocomplete ajax tool kit</title>
		<description>Scenario

you have a global search box on your website and when you input the first character of the first name , all the words which starts with that particular word will be displayed in the list box. the good thing is that as its an ajax control,  its fast enough ...</description>
		<link>http://www.biztalkserverguide.com/2008/08/13/autocomplete-ajax-tool-kit/</link>
			</item>
	<item>
		<title>Error while decrypting the encrypted querystring due to the space in the querystring</title>
		<description>One of my blog reader posted the below question, Well , I was expecting this question as I had encountered the same issue and resolved. Please find the question along with the resolution as below.

Hi
I have tried the above code, and found a problem -
The encrypted value of 4 is ...</description>
		<link>http://www.biztalkserverguide.com/2008/08/13/error-while-decrypting-the-encrypted-querystring-due-to-the-space-in-the-querystring/</link>
			</item>
</channel>
</rss>
