Hi,
I'm making a breadcrumb in my xslt - so far so good.
Within the xslt a have a list-tag, which should alway link to the front page of the current language layer. So far I've tried this, but without any luck.
"<li><a href="Default.aspx?ID=<!--@Global:Area.ID-->">Forside </a></li>"
Is there a way to link to the global area Id from the xslt?
BR
Martin