﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
33117	sitemap.xml template used with alternates for multiple languages returns an invalid xml	Viggie	nobody	"The generated xml has following validation error: ""Error 1845: Element '{http://www.w3.org/1999/xhtml}link': No matching global element declaration available, but demanded by the strict wildcard.""

This [https://stackoverflow.com/a/43502548/5540654 response] in StackOverflow contains the correct fix.

The error in the `sitemap.xml` template error is simply a missing slash for `xmlns:xhtml=""http://www.w3.org/1999/xhtml/""` [https://github.com/django/django/blob/4ca508a68916dd43da45fd6e8b9004824a62d9c8/django/contrib/sitemaps/templates/sitemap.xml#L2 in line 2]."	Bug	closed	contrib.sitemaps	3.2	Normal	invalid		Carlton Gibson Florian Demmer	Unreviewed	0	0	0	0	0	0
