On Fri, Jul 10, 2009 at 11:32 AM, Jimmy Shimizu<[email protected]> wrote:
> How would I go about creating a sitemap for this BreadcrumbComponent,
> dynamically? Anyone got any info about it? Format etc...

The sitemap it uses is the standard used by ASP.NET.  The most common
and easiest way is to use an XML file (which is internally read &
processed by an XmlSiteMapProvider object),
(http://msdn.microsoft.com/en-us/library/yy2ykkab.aspx)

However, you can implement you own provider which can handle dynamic
data (http://msdn.microsoft.com/en-us/library/ms178431.aspx)

And there are a number of blogs showing custom SiteMapProviders
implementations.
Just google "SiteMapProvider"

-- 
Truth,
    James

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to