Looks like google doesn't like the relative link with a nested sitemap.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7434 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -100,7 +100,7 @@ def createFeed(examples):
|
|||||||
entry.appendChild(title)
|
entry.appendChild(title)
|
||||||
|
|
||||||
link = doc.createElementNS("http://www.w3.org/2005/Atom", "link")
|
link = doc.createElementNS("http://www.w3.org/2005/Atom", "link")
|
||||||
link.setAttribute("href", example["example"])
|
link.setAttribute("href", "/dev/examples/" % example["example"])
|
||||||
entry.appendChild(link)
|
entry.appendChild(link)
|
||||||
|
|
||||||
summary = doc.createElementNS("http://www.w3.org/2005/Atom", "summary")
|
summary = doc.createElementNS("http://www.w3.org/2005/Atom", "summary")
|
||||||
|
|||||||
Reference in New Issue
Block a user