Thanks for responding. I am intrigued by your method. It's
probably more
than you want to comment on but how did you store site nav as
xml?
Consequently, do you have any links/tutorials that you think
might help.
I'll try doing a google on breadcrumbs and xml.
darrel wrote:
>> How are most of you implementing a "breadcrumb"
menu. It's stright forward
>> with static content but what's the best strategy
with database content
>> where different categories of content share the same
page? I've tried
>> using cookies and that seems to create more
complicated problems.
>
> There probably isn't one answer fits all to this, but on
dynamic sites, I
> tend to store the site navigation as XML. I can then use
a bit of XSL to
> grab the current page node, and then walk up the chain
to grab each
> subsequent parent page and spit that out as a UL for the
breadcrumbs.
>
> -Darrel
>
>