I am developing a new application which has following pages:
Tools.aspx (start up page) and Specifications.aspx. Now i have constructed sitemap files as follows (see below)
but my requirement is as follows:
when the user is on tools.aspx, he should ONLY see like this : Home ----> Products ---> which means breadcrumb should NOT show the current page ??? and when he moves to next page (which is Specifications.aspx page), then he should see the breabcrumb like this:
Home ----> Products --->Tools --->
I might be confusing u guys...let me know i can try to explain it clearly......help me out here....thanks a lot once again
-----------------------------------------------
<?xml version="1.0" encoding="utf-8" ?>
<siteMap>
<siteMapNode title="Home" description="" url="http://www.google.com">
<siteMapNode title="Products" description="" url="http://www.google.com/gmail">
<siteMapNode title="Tools" description="" url="tools.aspx">
<siteMapNode title="
Specifications" description="" url="
Specifications.aspx">
</siteMapNode>
</siteMapNode>
</siteMapNode>
</siteMapNode>
</siteMap>