now when I run All contacts page, it shows all contacts subnodes (Contact A,Contact B...) as a list (using xslt with ul and li). Now from each contact (list item) I want to open subnode page say 'Contact A-how to reach' on click of a link. How can I do that?
accessing subnode
I am using umbraco 4.7. how can I access subnode of a particular node?
If you want to grab a value form the node below the curent node you can do like this:
If you can give us some more information on what you're trying to do, we cna give you a more precise answer if you need this.
/Kim A
actually I have hierarchy as follows .....
-Content
- Home
- All Contacts
- Contact A
- Contact A - how to reach
- Contact B
- Contact C
now when I run All contacts page, it shows all contacts subnodes (Contact A,Contact B...) as a list (using xslt with ul and li). Now from each contact (list item) I want to open subnode page say 'Contact A-how to reach' on click of a link. How can I do that?
is working on a reply...