<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Sitemap.xml show an error &quot;error on line 2 at column 6: XML declaration allowed only at the start of the document.&quot; - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/sitemap-xml-show-an-error-error-on-line-2-at-column-6-xml-declaration-allowed-only-at-the-start-of-the-document/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 16 Jul 2026 23:14:22 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Sitemap.xml show an error &quot;error on line 2 at column 6: XML declaration allowed only at the start of the document.&quot;</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/sitemap-xml-show-an-error-error-on-line-2-at-column-6-xml-declaration-allowed-only-at-the-start-of-the-document/#post-101523</link>
                        <pubDate>Mon, 03 Apr 2023 17:45:40 +0000</pubDate>
                        <description><![CDATA[Yes, thank you, I found the guilty plugin in between...]]></description>
                        <content:encoded><![CDATA[<p>Yes, thank you, I found the guilty plugin in between...</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Le Bear</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/sitemap-xml-show-an-error-error-on-line-2-at-column-6-xml-declaration-allowed-only-at-the-start-of-the-document/#post-101523</guid>
                    </item>
				                    <item>
                        <title>RE: Sitemap.xml show an error &quot;error on line 2 at column 6: XML declaration allowed only at the start of the document.&quot;</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/sitemap-xml-show-an-error-error-on-line-2-at-column-6-xml-declaration-allowed-only-at-the-start-of-the-document/#post-101505</link>
                        <pubDate>Mon, 03 Apr 2023 14:24:49 +0000</pubDate>
                        <description><![CDATA[Hi @le-bear,
We have checked the URL, as it is in the Screenshot you provided, and the page works.
Just note if you have done any manipulations, please bring them back to default(not to ge...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@le-bear,</span></p>
<p>We have checked the URL, as it is in the Screenshot you provided, and the page works.</p>
<p>Just note if you have done any manipulations, please bring them back to default(not to get any problems).</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/sitemap-xml-show-an-error-error-on-line-2-at-column-6-xml-declaration-allowed-only-at-the-start-of-the-document/#post-101505</guid>
                    </item>
				                    <item>
                        <title>RE: Sitemap.xml show an error &quot;error on line 2 at column 6: XML declaration allowed only at the start of the document.&quot;</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/sitemap-xml-show-an-error-error-on-line-2-at-column-6-xml-declaration-allowed-only-at-the-start-of-the-document/#post-101447</link>
                        <pubDate>Fri, 31 Mar 2023 11:53:00 +0000</pubDate>
                        <description><![CDATA[Actually, I don&#039;t think Total cache is guilty here. Here is the source:
 
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;?xml-stylesheet type=&quot;text/xsl&quot; href=&quot;//lebearcnc.com/wp-content/p...]]></description>
                        <content:encoded><![CDATA[<p>Actually, I don't think Total cache is guilty here. Here is the source:</p>
<pre contenteditable="false"> 
&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;?xml-stylesheet type="text/xsl" href="//lebearcnc.com/wp-content/plugins/wpforo/assets/css/wpforo-sitemap.xsl"?&gt;
&lt;sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"&gt;
	&lt;sitemap&gt;
		&lt;loc&gt;https://lebearcnc.com/forums/topic-sitemap1.xml&lt;/loc&gt;
	&lt;/sitemap&gt;
	&lt;sitemap&gt;
		&lt;loc&gt;https://lebearcnc.com/forums/topic-sitemap2.xml&lt;/loc&gt;
	&lt;/sitemap&gt;
	&lt;sitemap&gt;
		&lt;loc&gt;https://lebearcnc.com/forums/profile-sitemap1.xml&lt;/loc&gt;
	&lt;/sitemap&gt;
	&lt;sitemap&gt;
		&lt;loc&gt;https://lebearcnc.com/forums/profile-sitemap2.xml&lt;/loc&gt;
	&lt;/sitemap&gt;
	&lt;sitemap&gt;
		&lt;loc&gt;https://lebearcnc.com/forums/profile-sitemap3.xml&lt;/loc&gt;
	&lt;/sitemap&gt;
	&lt;sitemap&gt;
		&lt;loc&gt;https://lebearcnc.com/forums/forum-sitemap.xml&lt;/loc&gt;
	&lt;/sitemap&gt;
&lt;/sitemapindex&gt;
&lt;!-- XML Sitemap generated by wpForo SEO --&gt;
&lt;!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Mise en cache objet de 0/74 objets utilisant redis
Mise en cache de page à l’aide de redis (Requested URI is rejected) 
Chargement lent
Mise en cache de la base de données utilisant redis  (Request-wide modification query)

Served from: lebearcnc.com @ 2023-03-31 13:34:22 by W3 Total Cache
--&gt;</pre>
<p>Should not this line be the first ?<br /><br /></p>
<pre contenteditable="false">&lt;!-- XML Sitemap generated by wpForo SEO --&gt;</pre>
<p>If you confirm, and tell me where this is generated, I guess I can fix this.<br /><br />Thnaks for your help.<br /><br /><br /></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Le Bear</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/sitemap-xml-show-an-error-error-on-line-2-at-column-6-xml-declaration-allowed-only-at-the-start-of-the-document/#post-101447</guid>
                    </item>
				                    <item>
                        <title>RE: Sitemap.xml show an error &quot;error on line 2 at column 6: XML declaration allowed only at the start of the document.&quot;</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/sitemap-xml-show-an-error-error-on-line-2-at-column-6-xml-declaration-allowed-only-at-the-start-of-the-document/#post-101444</link>
                        <pubDate>Fri, 31 Mar 2023 11:43:22 +0000</pubDate>
                        <description><![CDATA[Opeing the source, i see the page has been &quot;optimized&quot; by W3 total cache. I am going to exclude it, and report here.]]></description>
                        <content:encoded><![CDATA[<p>Opeing the source, i see the page has been "optimized" by W3 total cache. I am going to exclude it, and report here.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Le Bear</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/sitemap-xml-show-an-error-error-on-line-2-at-column-6-xml-declaration-allowed-only-at-the-start-of-the-document/#post-101444</guid>
                    </item>
				                    <item>
                        <title>Sitemap.xml show an error &quot;error on line 2 at column 6: XML declaration allowed only at the start of the document.&quot;</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/sitemap-xml-show-an-error-error-on-line-2-at-column-6-xml-declaration-allowed-only-at-the-start-of-the-document/#post-101443</link>
                        <pubDate>Fri, 31 Mar 2023 11:41:01 +0000</pubDate>
                        <description><![CDATA[What can I do to fix this ?
 2023-03-31-13_40_01-https___lebearcnc.com_forums_sitemap.xml-et-3-pages-de-plus-Personnel-–-Micros.png]]></description>
                        <content:encoded><![CDATA[<p>What can I do to fix this ?</p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="2023-03-31-13_40_01-https___lebearcnc.com_forums_sitemap.xml-et-3-pages-de-plus-Personnel-–-Micros.png" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1680262861-2023-03-31-13_40_01-https___lebearcnccom_forums_sitemapxml-et-3-pages-de-plus-Personnel--Micros.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 2023-03-31-13_40_01-https___lebearcnc.com_forums_sitemap.xml-et-3-pages-de-plus-Personnel-–-Micros.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Le Bear</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/sitemap-xml-show-an-error-error-on-line-2-at-column-6-xml-declaration-allowed-only-at-the-start-of-the-document/#post-101443</guid>
                    </item>
							        </channel>
        </rss>
		