S
shapper
Hello,
I have 2 questions about Asp.Net 2.0 web.sitemap:
1. Where can I find the list of all siteMapNode attributes?
I looked eveywhere and couldn't find it.
2. I created a Web.sitemap and somehowI am getting an error:
"The element siteMap in the namespace
'http://schemas/microsoft.com/AspNet/SiteMap-File.1.0' has invalid
child element 'siteMapaNode' in namespace
"http://schemas.microsoft.com/AspNet/SiteMap-File.1.0".
My Web.sitemap file is:
<?xml version="1.0" encoding="utf-8" ?>
<siteMap
enableLocalization = "true"
xmlns = "http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode
url = "~/default.aspx"
changefreq = "Daily"
description = ""
priority = "0.5"
resourceKey = "Default"
title = "" />
<siteMapNode
url = "~/collection.aspx"
changefreq = "Daily"
description = ""
priority = "0.5"
resourceKey = "Collection"
title = "" />
</siteMap>
Could someone, please, help me on these two questions?
Thanks,
Miguel
I have 2 questions about Asp.Net 2.0 web.sitemap:
1. Where can I find the list of all siteMapNode attributes?
I looked eveywhere and couldn't find it.
2. I created a Web.sitemap and somehowI am getting an error:
"The element siteMap in the namespace
'http://schemas/microsoft.com/AspNet/SiteMap-File.1.0' has invalid
child element 'siteMapaNode' in namespace
"http://schemas.microsoft.com/AspNet/SiteMap-File.1.0".
My Web.sitemap file is:
<?xml version="1.0" encoding="utf-8" ?>
<siteMap
enableLocalization = "true"
xmlns = "http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode
url = "~/default.aspx"
changefreq = "Daily"
description = ""
priority = "0.5"
resourceKey = "Default"
title = "" />
<siteMapNode
url = "~/collection.aspx"
changefreq = "Daily"
description = ""
priority = "0.5"
resourceKey = "Collection"
title = "" />
</siteMap>
Could someone, please, help me on these two questions?
Thanks,
Miguel