<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><language>en</language><title>Blog posts by Manoj Kumar</title> <link>https://world.optimizely.com/blogs/Manoj-Kumar/</link><description></description><ttl>60</ttl><generator>Optimizely World</generator><item> <title>Similarity between EPiServer CMS and WSS - II</title>            <link>https://world.optimizely.com/blogs/Manoj-Kumar/Dates/2012/4/Similarity-between-EPiServer-CMS-and-WSS---II/</link>            <description>&lt;p&gt;I am starting from where I left in my previous blog (&lt;a title=&quot;http://world.episerver.com/Blogs/Manoj-Kumar/Dates/2012/4/Similarity-between-EPiServer-CMS-and-WSS/&quot; href=&quot;http://world.episerver.com/Blogs/Manoj-Kumar/Dates/2012/4/Similarity-between-EPiServer-CMS-and-WSS/&quot;&gt;http://world.episerver.com/Blogs/Manoj-Kumar/Dates/2012/4/Similarity-between-EPiServer-CMS-and-WSS/&lt;/a&gt;).&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I have created application in WSS like Training Management(&lt;a title=&quot;http://msdn.microsoft.com/en-us/library/ff649870.aspx&quot; href=&quot;http://msdn.microsoft.com/en-us/library/ff649870.aspx&quot;&gt;http://msdn.microsoft.com/en-us/library/ff649870.aspx&lt;/a&gt;). The question was, Can I create an application like that in EPi Server CMS? Well at first look it is no. WSS is made to support many types of content where as EPi&amp;#160; Server cms is made for supporting only web content. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;But before giving up I thought to give it a try. So to start on I took the basic component used by WSS to create these application and compare it with similar features present in EPi Server CMS.&lt;/p&gt;  &lt;p&gt;Features used in wss are - Workflow, Web parts, List, Document library, Task list, Content type, users/roles and Event Receivers. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;First WSS has its own workflow architecture so does EPi Server. &lt;/p&gt;  &lt;p&gt;WSS has web parts EPi Server can implement web parts.&lt;/p&gt;  &lt;p&gt;Content type and list are the core of wss applications. document library is a special kind of list that deals with documents. task list is also inherit features from normal list. So the main component are content type and list of WSS. In simplest form if we define the WSS list it is a mini table and in EPi Server the closest thing that we can use like that is a page tree. it’s very normal to use&amp;#160; epi server pages as mini table in many EPi Server sites. &lt;/p&gt;  &lt;p&gt;The equivalent of content type will be page types( or page type builder which bring features like strong property types, inheritance of page types etc..) that are used to build the above mentioned page trees.&lt;/p&gt;  &lt;p&gt;Finally the event receivers the closest thing that I was able to find&amp;#160; for event receivers is EPi Server workflow activates.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Next thing is the UI of WSS and how to make EPI server UI support list/document UI(edit form, view form etc.) This UI of wss act as a base of application like Training Management. &lt;/p&gt;  &lt;p&gt;lets look at wss menu to view the different kind of list and document library. On click of these menu items the list and document library data is shown which you can view, add, edit and delete.&lt;/p&gt;  &lt;p&gt;&lt;a href=&quot;/link/5e2619e166ef4cee8c4b4f91bce883f3.png&quot;&gt;&lt;img style=&quot;background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px&quot; title=&quot;image&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;/link/050bfdaa191a4e4f96b0b6a59b96c751.png&quot; width=&quot;122&quot; height=&quot;244&quot; /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Figure 1&lt;/p&gt;  &lt;p&gt;The only equivalent of above wss UI is the edit mode of EPi Server.&amp;#160; Similar to the above menu(Figure 1) is the page tree structure of EPi Server. for add edit and delete operation we can use normal page property operations in edit mode. Now the view part has to be done especially in EPi server page made from scratch(Figure 2). We know that in WSS there are many views available beside the tabular view. For example the&amp;#160; document library have an explorer view.&lt;/p&gt;  &lt;p&gt;&lt;a href=&quot;/link/20287d7205164aaf9a86c5119a8276f4.png&quot;&gt;&lt;img style=&quot;background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px&quot; title=&quot;image&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;/link/f968c044124b4adbb11ea98895997123.png&quot; width=&quot;596&quot; height=&quot;315&quot; /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Figure 2&lt;/p&gt;  &lt;p&gt;This gives me a framework that can act as base to create application like wss -Training Management.&lt;/p&gt;</description>            <guid>https://world.optimizely.com/blogs/Manoj-Kumar/Dates/2012/4/Similarity-between-EPiServer-CMS-and-WSS---II/</guid>            <pubDate>Sat, 28 Apr 2012 08:36:44 GMT</pubDate>           <category>Blog post</category></item><item> <title>Similarity between EPiServer CMS and WSS</title>            <link>https://world.optimizely.com/blogs/Manoj-Kumar/Dates/2012/4/Similarity-between-EPiServer-CMS-and-WSS/</link>            <description>&lt;p&gt;Having worked on EPiServer CMS and WSS I tend to compare both the technology. Both the CMS are made on .net so it is natural that they share similar feature. One of them is a VPP.&lt;/p&gt;  &lt;p&gt;.Net framework 2.0 introduced a class called Virtual Path provider.&lt;/p&gt;  &lt;p&gt;(&lt;a href=&quot;http://msdn.microsoft.com/en-us/library/system.web.hosting.virtualpathprovider(v=vs.80).aspx)&quot;&gt;http://msdn.microsoft.com/en-us/library/system.web.hosting.virtualpathprovider(v=vs.80).aspx)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;In EPiServer CMS it is used to hold the static files. The files are saved within the system folder and a virtual file system is created using VPP class. It acts as an interface between base file system and the CMS users. &lt;/p&gt;  &lt;p&gt;In WSS VPP class is used for URL rewriting. WSS has its own version http application/http modules where it uses the VPP class. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Similarly there are many more features shared between EPi Server and WSS.&lt;/p&gt;</description>            <guid>https://world.optimizely.com/blogs/Manoj-Kumar/Dates/2012/4/Similarity-between-EPiServer-CMS-and-WSS/</guid>            <pubDate>Thu, 05 Apr 2012 11:57:34 GMT</pubDate>           <category>Blog post</category></item><item> <title>Inline or Code Behind - EPI Server Property</title>            <link>https://world.optimizely.com/blogs/Manoj-Kumar/Dates/2011/8/Inline-or-Code-Behind---EPI-Server-Property/</link>            <description>&lt;p&gt;I have a requirement where a product price is selected based of discount flag setting done by web admin in edit mode. I have three property&#39;s “Normal Price”, “Promotional Price” and a flag “For sale”. if “for sale” is on then the promotional price should be shown other wise normal price should be shown.&amp;#160; I found two ways to work on this issue inline or code behind. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Code Behind :-&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;For code behind I created a property and made a check in get assessor of the property -&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;pre class=&quot;language-csharp&quot;&gt;&lt;code&gt; &lt;span class=&quot;kwrd&quot;&gt;public&lt;/span&gt; &lt;span class=&quot;kwrd&quot;&gt;int&lt;/span&gt; Price
        {
            get
            {
                PropertyData property = CurrentPage.Property[&lt;span class=&quot;str&quot;&gt;&amp;quot;StockStatus&amp;quot;&lt;/span&gt;];

                &lt;span class=&quot;kwrd&quot;&gt;if&lt;/span&gt; (property.ToString().ToLower() == &lt;span class=&quot;str&quot;&gt;&amp;quot;forsale&amp;quot;&lt;/span&gt;)
                {
                    PropertyData property22 = CurrentPage.Property[&lt;span class=&quot;str&quot;&gt;&amp;quot;PromotionalPrice&amp;quot;&lt;/span&gt;];
                    &lt;span class=&quot;kwrd&quot;&gt;if&lt;/span&gt; (property22 != &lt;span class=&quot;kwrd&quot;&gt;null&lt;/span&gt; &amp;amp;&amp;amp; !property22.IsNull)
                    {
                        _price = Convert.ToInt32(property22.ToString());
                    }
                }
                &lt;span class=&quot;kwrd&quot;&gt;else&lt;/span&gt; &lt;/code&gt;&lt;/pre&gt;

&lt;pre class=&quot;language-csharp&quot;&gt;&lt;code&gt;                {
                    PropertyData property22 = CurrentPage.Property[&lt;span class=&quot;str&quot;&gt;&amp;quot;ProductPrice&amp;quot;&lt;/span&gt;];
                    &lt;span class=&quot;kwrd&quot;&gt;if&lt;/span&gt; (property22 != &lt;span class=&quot;kwrd&quot;&gt;null&lt;/span&gt; &amp;amp;&amp;amp; !property22.IsNull)
                    {
                        _price = Convert.ToInt32(property22.ToString());
                    }
                }

                &lt;span class=&quot;kwrd&quot;&gt;return&lt;/span&gt; _price;
            }

        }

&lt;font size=&quot;3&quot; face=&quot;Calibri&quot;&gt;Only html at UI is-&lt;/font&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;pre class=&quot;language-csharp&quot;&gt;&lt;code&gt;&lt;pre class=&quot;csharpcode&quot;&gt;&lt;span class=&quot;asp&quot;&gt;&amp;lt;%&lt;/span&gt; = Price &lt;span class=&quot;asp&quot;&gt;%&amp;gt;&lt;/span&gt;&lt;/pre&gt;&lt;style type=&quot;text/css&quot;&gt;.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, &quot;Courier New&quot;, courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
&lt;/style&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;style type=&quot;text/css&quot;&gt;


.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, &quot;Courier New&quot;, courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }&lt;/style&gt;

&lt;p&gt;&amp;#160;&lt;/p&gt;

&lt;p&gt;&amp;#160;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Inline Code:-&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Below is the straight forward inline code -&lt;/p&gt;

&lt;p&gt;&amp;#160;&lt;/p&gt;

&lt;pre class=&quot;language-csharp&quot;&gt;&lt;code&gt;&lt;span class=&quot;asp&quot;&gt;&amp;lt;%&lt;/span&gt; &lt;span class=&quot;kwrd&quot;&gt;if&lt;/span&gt; (CurrentPage.Property[&lt;span class=&quot;str&quot;&gt;&amp;quot;StockStatus&amp;quot;&lt;/span&gt;].ToString().ToLower() == &lt;span class=&quot;str&quot;&gt;&amp;quot;forsale&amp;quot;&lt;/span&gt;)
   { &lt;span class=&quot;asp&quot;&gt;%&amp;gt;&lt;/span&gt;
       &lt;span class=&quot;asp&quot;&gt;&amp;lt;%&lt;/span&gt;=  CurrentPage.Property[&lt;span class=&quot;str&quot;&gt;&amp;quot;PromotionalPrice&amp;quot;&lt;/span&gt;].ToString() &lt;span class=&quot;asp&quot;&gt;%&amp;gt;&lt;/span&gt;
&lt;span class=&quot;asp&quot;&gt;&amp;lt;%&lt;/span&gt; }
   &lt;span class=&quot;kwrd&quot;&gt;else&lt;/span&gt;
   { &lt;span class=&quot;asp&quot;&gt;%&amp;gt;&lt;/span&gt;
         &lt;span class=&quot;asp&quot;&gt;&amp;lt;%&lt;/span&gt;= CurrentPage.Property[&lt;span class=&quot;str&quot;&gt;&amp;quot;ProductPrice&amp;quot;&lt;/span&gt;].ToString() &lt;span class=&quot;asp&quot;&gt;%&amp;gt;&lt;/span&gt;
&lt;span class=&quot;asp&quot;&gt;&amp;lt;%&lt;/span&gt; } &lt;span class=&quot;asp&quot;&gt;%&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;pre class=&quot;language-csharp&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;pre class=&quot;language-csharp&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;pre class=&quot;language-csharp&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;style type=&quot;text/css&quot;&gt;


.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, &quot;Courier New&quot;, courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }&lt;/style&gt;</description>            <guid>https://world.optimizely.com/blogs/Manoj-Kumar/Dates/2011/8/Inline-or-Code-Behind---EPI-Server-Property/</guid>            <pubDate>Tue, 30 Aug 2011 11:30:26 GMT</pubDate>           <category>Blog post</category></item><item> <title>EPIServer XForm Data Retrieving</title>            <link>https://world.optimizely.com/blogs/Manoj-Kumar/Dates/2011/8/EPIServer-XForm-Data-Retrieving/</link>            <description>&lt;p&gt;XForms contains logic to store and present forms and data posted from forms. Together with the forms editor in EPiServer CMS 6 Edit mode, it enables editors to create and modify forms and to view form data. The XForms architecture enables customization, allowing developers to adapt the XForms functionality. You can get more info on the following link EPI Server Tech Note.&lt;/p&gt; &lt;p&gt;XForms uses the Dynamic data store to save the form data. Retrieving of data can be done using the XFormData class.&amp;nbsp; Below setup() function is called on initialization of form.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;font size=&quot;3&quot;&gt;&lt;u&gt;Retrieving data&lt;/u&gt; -&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;blockquote&gt;&lt;pre class=&quot;language-csharp&quot;&gt;&lt;code&gt;&lt;span class=&quot;kwrd&quot;&gt;private&lt;/span&gt; &lt;span class=&quot;kwrd&quot;&gt;void&lt;/span&gt; SetupForm() 
{
FormControl.FormDefinition = Form;
FormControl.AfterSubmitPostedData += 
&lt;span class=&quot;kwrd&quot;&gt;new&lt;/span&gt; SaveFormDataEventHandler(FormControl_AfterSubmitPostedData); 
&lt;font style=&quot;background-color: #ffff00&quot;&gt;List&amp;lt;&lt;span class=&quot;kwrd&quot;&gt;string&lt;/span&gt;&amp;gt; lstxd = &lt;span class=&quot;kwrd&quot;&gt;new&lt;/span&gt; List&amp;lt;&lt;span class=&quot;kwrd&quot;&gt;string&lt;/span&gt;&amp;gt;(); 
&lt;span class=&quot;kwrd&quot;&gt;foreach&lt;/span&gt;(XFormData xd &lt;span class=&quot;kwrd&quot;&gt;in&lt;/span&gt; Form.GetPostedData()) 
{
lstxd.Add(xd.Data.InnerXml);
}
&lt;span class=&quot;kwrd&quot;&gt;this&lt;/span&gt;.GridView1.DataSource = lstxd; 
&lt;span class=&quot;kwrd&quot;&gt;this&lt;/span&gt;.GridView1.DataBind();&lt;/font&gt; 
}&lt;/code&gt;&lt;/pre&gt;&lt;/blockquote&gt;&lt;pre class=&quot;language-csharp&quot;&gt;&lt;code&gt;&amp;nbsp;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The highlighted code is added by me to retrieval the data in xml format.&lt;/p&gt;
&lt;p&gt;Below is data grid showing the output of data entered in the form.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/link/ed1dd597268745cb95074b67466f0468.png&quot;&gt;&lt;img style=&quot;background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px&quot; title=&quot;image&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;/link/e109715f0be142b6b6ae9a5d2a85e157.png&quot; width=&quot;495&quot; height=&quot;554&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;&lt;strong&gt;&lt;u&gt;&lt;/u&gt;&lt;/strong&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;&lt;strong&gt;&lt;u&gt;What happens when I edit the form in edit mode&lt;/u&gt; &lt;/strong&gt;-&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;(I) Adding a new field and then retrieving the data-&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;a href=&quot;/link/8883a0c461864990bd546dc08a0486d2.png&quot;&gt;&lt;img style=&quot;background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px&quot; title=&quot;image&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;/link/0069049a62734253b22a7741c75a11d2.png&quot; width=&quot;494&quot; height=&quot;287&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/link/0c207f2a15a84a8989a1e9980b88bfc6.png&quot;&gt;&lt;img style=&quot;background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px&quot; title=&quot;image&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;/link/72a3e0ab3ece455793635be98d80ead6.png&quot; width=&quot;498&quot; height=&quot;143&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Adding new field column and then inserting a record results in new empty field node added to xml for old data and new data node will contain the value.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;(II)&lt;/u&gt;&lt;/strong&gt; Removing the field and then retrieving the data -&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/link/782e4d642af942d78452f7da548268ad.png&quot;&gt;&lt;img style=&quot;background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px&quot; title=&quot;image&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;/link/328aaea842574d2399da1a26a34b4ccf.png&quot; width=&quot;499&quot; height=&quot;537&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Removing the field column from xForm and then retrieving the data results in removal of the field specific node from xml.&amp;nbsp; But the data previously posted is still available in the store you can retrieve it. I retrieved it again adding the same field column in the form. You can also retrieve it programmatically using XFormData class.&lt;/p&gt;
&lt;p&gt;like retrieving and inserting we can do the other CRUD operation using XFormData class.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;&lt;strong&gt;&lt;u&gt;Other feature&lt;/u&gt;&lt;/strong&gt; -&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;3&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;personalization can be used with xForm:-&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/link/ccf816ec2c624dbdb5294c5fed43ea99.png&quot;&gt;&lt;img style=&quot;border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px&quot; title=&quot;image&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;/link/fb4b94f46f0745bba0f40de5efa3c371.png&quot; width=&quot;355&quot; height=&quot;55&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Integration of xForm with other EPI Server feature -&lt;/p&gt;
&lt;p&gt;You can use xForm as dynamic content. Mixing XForm, Dynamic data content and visitor group features you can created powerful forms.&lt;/p&gt;
&lt;p&gt;The other thing I wanted to do is integrate xForm and globalization feature. I wanted a regional page having xForm with field called “country” that has a default value like “UK” in case of “en-gb” page. Unfortunately I was not able to set the default values to text field in xForm in edit mode. &lt;/p&gt;</description>            <guid>https://world.optimizely.com/blogs/Manoj-Kumar/Dates/2011/8/EPIServer-XForm-Data-Retrieving/</guid>            <pubDate>Tue, 30 Aug 2011 07:06:37 GMT</pubDate>           <category>Blog post</category></item></channel>
</rss>