Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Here is what the sitemap looks like: http://www.blueridgepowdercoating.com/google-sitemap.aspx and in my google webmasters it is showing me a warning saying that the namespace is undefined. Any ideas on why it would be saying that? Everything looks right to me...
Try removing tab spaces from the top of your xslt. Looks like you've got some spurious chars in there, probably as a result of tabbing. Here's what I've got in yours (linked above) [code]
here is my xslt: ]> <> version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxml="urn:schemas-microsoft-com:xslt" xmlns:umbraco.library="urn:umbraco.library" exclude-result-prefixes="msxml umbraco.library"> and here where the macro is called: <%@ Master Language="C#" MasterPageFile="/umbraco/masterpages/default.master" AutoEventWireup="true" %> I cant seem to figure out where the error is coming from
See http://forum.umbraco.org/yafpostsm45742Google-sitemap-with-cws2-error.aspx#45742. I think this may be due to the extra char in your urlset node
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Google is gving me errors on my google sitemap...
Here is what the sitemap looks like: http://www.blueridgepowdercoating.com/google-sitemap.aspx
and in my google webmasters it is showing me a warning saying that the namespace is undefined. Any ideas on why it would be saying that? Everything looks right to me...
Try removing tab spaces from the top of your xslt. Looks like you've got some spurious chars in there, probably as a result of tabbing.
Here's what I've got in yours (linked above)
[code]
here is my xslt:
]>
<>
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:umbraco.library="urn:umbraco.library"
exclude-result-prefixes="msxml umbraco.library">
and here where the macro is called:
<%@ Master Language="C#" MasterPageFile="/umbraco/masterpages/default.master" AutoEventWireup="true" %>
I cant seem to figure out where the error is coming from
See http://forum.umbraco.org/yafpostsm45742Google-sitemap-with-cws2-error.aspx#45742. I think this may be due to the extra char in your urlset node
is working on a reply...