<?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: Repair web project web script</title>
	<atom:link href="http://blogs.alfresco.com/wp/wabson/2008/08/04/web-script-repair-web-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.alfresco.com/wp/wabson/2008/08/04/web-script-repair-web-project/</link>
	<description>Alfresco development, customisation and related themes</description>
	<lastBuildDate>Mon, 23 Jan 2012 13:37:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Naga</title>
		<link>http://blogs.alfresco.com/wp/wabson/2008/08/04/web-script-repair-web-project/#comment-43</link>
		<dc:creator>Naga</dc:creator>
		<pubDate>Tue, 25 Aug 2009 19:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.alfresco.com/wabson/2008/08/04/web-script-repair-web-project/#comment-43</guid>
		<description>We did follow your link and we are able to achieve our xml to webform association along with metadata extraction.

This is our use case

a)      Using FTP client/java program to upload the XML content to AVM.
b)      Associating the XML content to a pre configured web form.
c)      Metadata extraction using aspects
d)      Generate Renditions

As mentioned the renditions didnot work. Web form has been configured to have xml and html. Are we missing something or any further configuration required.

Please suggest.</description>
		<content:encoded><![CDATA[<p>We did follow your link and we are able to achieve our xml to webform association along with metadata extraction.</p>
<p>This is our use case</p>
<p>a)      Using FTP client/java program to upload the XML content to AVM.<br />
b)      Associating the XML content to a pre configured web form.<br />
c)      Metadata extraction using aspects<br />
d)      Generate Renditions</p>
<p>As mentioned the renditions didnot work. Web form has been configured to have xml and html. Are we missing something or any further configuration required.</p>
<p>Please suggest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas</title>
		<link>http://blogs.alfresco.com/wp/wabson/2008/08/04/web-script-repair-web-project/#comment-41</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Sat, 25 Jul 2009 04:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.alfresco.com/wabson/2008/08/04/web-script-repair-web-project/#comment-41</guid>
		<description>Same problems with Lucene search</description>
		<content:encoded><![CDATA[<p>Same problems with Lucene search</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexis</title>
		<link>http://blogs.alfresco.com/wp/wabson/2008/08/04/web-script-repair-web-project/#comment-36</link>
		<dc:creator>Alexis</dc:creator>
		<pubDate>Thu, 18 Jun 2009 09:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.alfresco.com/wabson/2008/08/04/web-script-repair-web-project/#comment-36</guid>
		<description>Hello,

I&#039;m trying your webscript but I have a problem with Lucene search. The script find the associated forms with the web project, but when trying to find the web forms at this line :

var formResults = search.luceneSearch(&quot;TYPE:wca\\:formfolder AND @cm\\:name:\&quot;&quot; + formname + &quot;\&quot;&quot;);

no forms are returned. If I try to execute this query in the node browser, in the workspace://SpacesStore, the query works fine and the requested web form is returned.

After a lot of search, I can&#039;t find a solution to this problem.

Please can you help me?

Thanks.

Alexis</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m trying your webscript but I have a problem with Lucene search. The script find the associated forms with the web project, but when trying to find the web forms at this line :</p>
<p>var formResults = search.luceneSearch(&#8220;TYPE:wca\\:formfolder AND @cm\\:name:\&#8221;" + formname + &#8220;\&#8221;");</p>
<p>no forms are returned. If I try to execute this query in the node browser, in the workspace://SpacesStore, the query works fine and the requested web form is returned.</p>
<p>After a lot of search, I can&#8217;t find a solution to this problem.</p>
<p>Please can you help me?</p>
<p>Thanks.</p>
<p>Alexis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neyens Peter</title>
		<link>http://blogs.alfresco.com/wp/wabson/2008/08/04/web-script-repair-web-project/#comment-30</link>
		<dc:creator>Neyens Peter</dc:creator>
		<pubDate>Wed, 14 Jan 2009 12:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.alfresco.com/wabson/2008/08/04/web-script-repair-web-project/#comment-30</guid>
		<description>Hello,

I have used your webscript. and it works fine. but it works onley when you have a prefix() in your form as rootelement. when you ditn&#039;t have  it() then are there a few problems.
webscript can not found rootelement of the form.

but we chances a few things in the repair-web-project.post.js.

firts we chance in the xmlGetRootElementName function the regular expression  to  var re = /0){
				   outputPath = &quot;&quot; + outputPath;
			   }

this becaus we go to check if the rootPrefix &gt; 0 and the we create outputPath.

thanks Peter</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have used your webscript. and it works fine. but it works onley when you have a prefix() in your form as rootelement. when you ditn&#8217;t have  it() then are there a few problems.<br />
webscript can not found rootelement of the form.</p>
<p>but we chances a few things in the repair-web-project.post.js.</p>
<p>firts we chance in the xmlGetRootElementName function the regular expression  to  var re = /0){<br />
				   outputPath = &#8220;&#8221; + outputPath;<br />
			   }</p>
<p>this becaus we go to check if the rootPrefix &gt; 0 and the we create outputPath.</p>
<p>thanks Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>

