<div dir="ltr">Thank you both for the spot-on help!<br><br>
<div class="gmail_quote">On Fri, Oct 3, 2008 at 9:31 AM, Davor Ocelic <span dir="ltr">&lt;<a href="mailto:docelic@spinlocksolutions.com">docelic@spinlocksolutions.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div></div>
<div class="Wj3C7c">On Thu, 2 Oct 2008 16:55:20 -0400<br>&quot;Chris Gamache&quot; &lt;<a href="mailto:cgamache@gmail.com">cgamache@gmail.com</a>&gt; wrote:<br><br>&gt; I want to do a product dump to froogle. I can always do CGI, but I&#39;d<br>
&gt; rather have Interchange render it. Interchange doesn&#39;t seem to find<br>&gt; any files in the pages directory unless they are .html, and the URL<br>&gt; needs to end in .xml for froogle to accept it... Copious googling<br>
&gt; reveals nothing. Any ideas?<br><br></div></div>One ad-hoc solution is to name your file<br><br>&nbsp;pages/something.xml.html<br><br>and then access it using URL:<br><br>&nbsp;http://...../something.xml<br><br><br>That would work due to Interchange assuming .html extension<br>
(configurable with HTMLSuffix directive) if you don&#39;t write<br>one yourself.<br><br><br>Another option might be periodically doing something like<br><br>wget http://.../productdump.html &gt; htdocs/products.xml<br><br>
and then give Froogle link to that .xml page in the docroot,<br>outside of catalog&#39;s pages/ directory.<br><br>-doc<br>
<div>
<div></div>
<div class="Wj3C7c"><br>_______________________________________________<br>interchange-users mailing list<br><a href="mailto:interchange-users@icdevgroup.org">interchange-users@icdevgroup.org</a><br><a href="http://www.icdevgroup.org/mailman/listinfo/interchange-users" target="_blank">http://www.icdevgroup.org/mailman/listinfo/interchange-users</a><br>
</div></div></blockquote></div><br></div>