Hi,
I am using Drupal 6.6. Today, I upgraded the xml sitemap module to 6.1 Beta 3 from the earlier DEV version and since then have been seeing this error message when I attempt to view the sitemap.
"This XML file does not appear to have any style information associated with it. The document tree is shown below."
Also I do not see any urls in the sitemap. The website has more than 1000 nodes.
Thanks

Comments

mojoinst’s picture

I am having the exact same issue on D6.10 - accept I have a fresh install of sitemaps 6.x-1.0-beta3 (ie. not upgrading);

Any help would be very much appreciated!

dataspot’s picture

Same issue here with a fresh Drupal 6.12 installation.

avpaderno’s picture

Category: bug » support

Once again, let me clarify this. For XML content, the style information is not obligatory; it's happen also for HTML content, where CSS style information is not obligatory.

I would like to know how people think that the message reported from some browser is an error message. That is clearly not true for Firefox, which give an informational message; I don't think other browsers give an error message.

This is a duplicate report.

avpaderno’s picture

Title: Sitemap Error (Style information not attached) » The sitemap is without style information
Froggie-2’s picture

Status: Fixed » Active

Kiam, Thanks for responding. I am using firefox (2.0.0) and getting the same error message.
That apart, I am getting a unrecognized xml format Error Message from Google sitemaps interface as well.
In IE 7, I get to see a blank page, even though the site has plenty of nodes.

Would appreciate your help to solve this...
many thanks

Edit:

I am also getting error messages in my Drupal6 Admin Logs:
"
Unknown column 'changed' in 'field list' query: INSERT INTO xmlsitemap_node (nid, changed, previously_changed, priority_override) VALUES (255120, 1242982484, 1242982484, -2) in /var/www/vhosts/mywebsite/httpdocs/includes/common.inc on line 3324. "

avpaderno’s picture

Status: Active » Fixed

What Firefox reports is not an error message; the message doesn't say that Firefox has found an error, nor it could because XML content without style informations is not an error.

The error message reported by Google is caused by the fact the sitemap returned is empty; Google doesn't use the correct error message, which is this case should be, more appropriately, your sitemap is empty.
The sitemap is empty because the cache files are not being created. For this there is already an open report.

avpaderno’s picture

Status: Active » Fixed

I am also getting error messages in my Drupal6 Admin Logs:

The error you report is not related with the sitemap not having any style informations; therefore, that is off topic, here.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.