Hi NOF team,

I have tried the Site-Mapper from NOF Toolbox and found that the XML
generated is NOT valid on Google. There is the "Invalid XML tag"
(sitemapInfo) generated by Site-Mapper. Here is the error from Google:

----------------
Line: 3 - Invalid XML tag - This tag was not recognized.
Tag: sitemapInfo
----------------

So, I have manually deleted the TAG <sitemapInfo> + </sitemapInfo>, and now
the XML file is accepted in Google on
https://www.google.com/webmasters/tools.


Is it a BUG and should be fixed or should I use any special settings?

Thanks,
Alfred



Wrong version generated by Site-Mapper:
-------------
<?xml version="1.0" encoding="UTF-8" ?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<sitemapInfo>
<url>
<loc>http://www.blahova.net/index.html</loc>
<lastmod>2007-03-28</lastmod>
</url>
....

</sitemapInfo>
</urlset>


And the correct one:
--------------------
<?xml version="1.0" encoding="UTF-8" ?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<url>
<loc>http://www.blahova.net/index.html</loc>
<lastmod>2007-03-28</lastmod>
</url>
....

</urlset>