<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Convert EPiServer Form to XForm</title>
	<atom:link href="http://blog.fredrikhaglund.se/blog/2008/03/19/convert-episerver-form-to-xform/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fredrikhaglund.se/blog/2008/03/19/convert-episerver-form-to-xform/</link>
	<description>Chatter about EPiServer, ASP.NET, CSS and Web Development.</description>
	<lastBuildDate>Wed, 21 Dec 2011 01:21:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jørgen Helgheim</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/03/19/convert-episerver-form-to-xform/comment-page-1/#comment-3440</link>
		<dc:creator>Jørgen Helgheim</dc:creator>
		<pubDate>Fri, 15 Jan 2010 09:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/blog/2008/03/19/convert-episerver-form-to-xform/#comment-3440</guid>
		<description>Thanks for this info. 

I want to add a sql script that is useful to use if you want to get hold of a pageid list of all pages in the EPiServer solution that uses the old form property:

SELECT [fkPageID]   as PageID 
  FROM [tblProperty]
  INNER JOIN [tblPageDefinition] AS pd ON [tblProperty].fkPageDefinitionID = pd.pkID
  WHERE pd.Name = &#039;MainForm&#039; 

This is useful if the old form property (in my case &#039;Mainform&#039;) is used on multiple pagetypes.</description>
		<content:encoded><![CDATA[<p>Thanks for this info. </p>
<p>I want to add a sql script that is useful to use if you want to get hold of a pageid list of all pages in the EPiServer solution that uses the old form property:</p>
<p>SELECT [fkPageID]   as PageID<br />
  FROM [tblProperty]<br />
  INNER JOIN [tblPageDefinition] AS pd ON [tblProperty].fkPageDefinitionID = pd.pkID<br />
  WHERE pd.Name = &#8216;MainForm&#8217; </p>
<p>This is useful if the old form property (in my case &#8216;Mainform&#8217;) is used on multiple pagetypes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Haglund</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/03/19/convert-episerver-form-to-xform/comment-page-1/#comment-2635</link>
		<dc:creator>Fredrik Haglund</dc:creator>
		<pubDate>Thu, 20 Mar 2008 09:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/blog/2008/03/19/convert-episerver-form-to-xform/#comment-2635</guid>
		<description>&lt;p&gt;Dominik, yes I forgot that posted data is not converted. Thank you for mentioning that!&lt;/p&gt;
&lt;p&gt;The code you got from EPiServer earlier is probably the same code as in ConvertFormToXform class mentioned above, at least in release 4.62B according the EPi support staff.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Dominik, yes I forgot that posted data is not converted. Thank you for mentioning that!</p>
<p>The code you got from EPiServer earlier is probably the same code as in ConvertFormToXform class mentioned above, at least in release 4.62B according the EPi support staff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominik Juszczyk</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/03/19/convert-episerver-form-to-xform/comment-page-1/#comment-2627</link>
		<dc:creator>Dominik Juszczyk</dc:creator>
		<pubDate>Wed, 19 Mar 2008 20:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/blog/2008/03/19/convert-episerver-form-to-xform/#comment-2627</guid>
		<description>One thing that should be mentioned. When you convert forms from the old format to the XForm format, the posted data will not be converted. One should export the old data to Excel if one want to keep the old posted data. 
Also I had some problems with this default xform converter when upgrading from 4.41 to 4.61. I asked about it someone from episerver and they had sent me other convert tool that worked much better.</description>
		<content:encoded><![CDATA[<p>One thing that should be mentioned. When you convert forms from the old format to the XForm format, the posted data will not be converted. One should export the old data to Excel if one want to keep the old posted data.<br />
Also I had some problems with this default xform converter when upgrading from 4.41 to 4.61. I asked about it someone from episerver and they had sent me other convert tool that worked much better.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

