We have a dynamic sitemap and all nodes in the sitemap display a breadcrumb.
Is it possible to have the breadcrumb still showing, but make the link in the sitemap invisible or non-clickable?
Reason for this is that...
we dont want users to select some pages from the sitemap (becasue they need to conduct a search first to populate a datagrid) and clicking on the link will only take them to an empty page.
I tried just removing the url, or having a blank title, but that didn't work.
could i do this with an xsl stylesheet and det display = none?