Decided to open my own thread about my sitemap problems.
I used the XSLT for sitemaps from the package Creative Website Wizard. I created a document with correspondending template. I set up a new page in my site with the template Sitemap. So the circle is closed again, I think. The UmbracoNaviHide is set to Yes.
Can't get sitemap working
Hi,
Decided to open my own thread about my sitemap problems.
I used the XSLT for sitemaps from the package Creative Website Wizard. I created a document with correspondending template. I set up a new page in my site with the template Sitemap. So the circle is closed again, I think. The UmbracoNaviHide is set to Yes.
Here is the XSLT:
[code]
]>
<>
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:umbraco.library="urn:umbraco.library"
xmlns:scripts="urn:scripts"
exclude-result-prefixes="msxml umbraco.library scripts">
[/code]
Here is the template:
[code]<%@ Master Language="C#" MasterPageFile="~/umbraco/masterpages/default.master" AutoEventWireup="true" %>
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84
http://www.google.com/schemas/sitemap/0.84/sitemap.xsd">
[/code]
Thanks in advance!!
Roel
Solved
is working on a reply...