I have a simple site with a top navigation and I'm using some XSLT to display the child nodes on the sub page. As a header for the sub-menu I just want to display the parent node name.
-Link 1
(display Link1 name here so users know we still on the link 1 page)
--Link 1a
--Link 1b
--Link 1c
-Link 2
-Link 3
Using the page field "@pageName" almost gets me there, but it keeps changing based on the links I choose..i just want to display the label as a decorative header for the whole menu.
I'm guessing I need to write some custom XSLT for this task. Any help would be appreciated! XSLT makes my brain hurt.
Here is a better way to explain it. Let's say i'm displaying a breadcrumb like About Us > Company > Executive Profile. How could I tweak the breadcrumb so it only displays "About Us" and not the rest of the nodes?
Display Current Node question
This seems simple, but I'm having difficulty:
I have a simple site with a top navigation and I'm using some XSLT to display the child nodes on the sub page. As a header for the sub-menu I just want to display the parent node name.
-Link 1
(display Link1 name here so users know we still on the link 1 page)
--Link 1a
--Link 1b
--Link 1c
-Link 2
-Link 3
Using the page field "@pageName" almost gets me there, but it keeps changing based on the links I choose..i just want to display the label as a decorative header for the whole menu.
I'm guessing I need to write some custom XSLT for this task. Any help would be appreciated! XSLT makes my brain hurt.
<3 Kuda
Here is a better way to explain it. Let's say i'm displaying a breadcrumb like About Us > Company > Executive Profile. How could I tweak the breadcrumb so it only displays "About Us" and not the rest of the nodes?
Solved:
is working on a reply...