Quote Originally Posted by srlaird View Post
Zen Cart 1.3.8a. I am seeing and extra "amp;" before cPath in the sitemap URLs. For example:

<!-- generator="Zen-Cart SitemapXML" v 2.1.0 30.04.2009 10:35 -->
<url>
<loc>http://www.lonestarpopcorn.com/index.php?main_page=index&amp;cPath=1071_1231</loc>
<lastmod>2010-09-09</lastmod>
<changefreq>weekly</changefreq>
<priority>1.00</priority>
</url>

When I put this category URL in the browser, I get the home page. When I remove the extra "amp;" then I get the category page. When I put in the one for products, I get "product not found". Remove the "amp;" and I get the product page.

It is the same with categories, products and EZ page sitemaps.

Has anyone seen this?
Yes, it is how it works.

Looking at your sitemapproducts.xml in my browser, the links are accurate, just the "&"

Viewing source code it is "&amp;", which is the correct code for "&".

Just researched this today myself with regard to this mod. (I knew from past html experience that &amp; is code for &)