Now i have this xslt - Hod do i change this to view my tree
In tha page controllo i'dl ike to insert a page with a menu (with the ul class properties inserted in the css) that shwo link1, link2 ecc
Xslt provided does list the child nodes of the current page, so I guess it will also list the 'link-' pages correctly if you're on the 'controllo' page? Or did we misunderstand the question? Do you wish those 'link-' pages to appear on all pages? Please provide us with some extra info.
I'd like to create a particular tempalte for the controllo node to list the links below.
When i see the controlo page i see a hover menu that i set in the css but i don't see the sons nodes and i see the first node of the menu in the bottom on the page...
I do many tries, i've set ancestor or self and thus i see right menu with two nodes (home and menu a sinistra)...
I see many option but i haven't yet understand xslt and for me is so frustrating because my chief ask me some things and i start form 0 in umbraco but i want to learn i hope...
sub menu how to re-edti my xslt?
Hi to all,
i'dl like to show my deep pages in the document tree.
i have a structure like this...
content
-home
--menu sinistra
---controllo
----link1
----link2
----link3
----link4
Now i have this xslt - Hod do i change this to view my tree
In tha page controllo i'dl ike to insert a page with a menu (with the ul class properties inserted in the css) that shwo link1, link2 ecc
Thanks
Gabriele
]>
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:umbraco.library="urn:umbraco.library"
exclude-result-prefixes="msxml umbraco.library">
Hi Gabriele,
Xslt provided does list the child nodes of the current page, so I guess it will also list the 'link-' pages correctly if you're on the 'controllo' page? Or did we misunderstand the question? Do you wish those 'link-' pages to appear on all pages? Please provide us with some extra info.
Regards,
/Dirk
oh thanks dirk
i've explained not well my problem...
I'd like to create a particular tempalte for the controllo node to list the links below.
When i see the controlo page i see a hover menu that i set in the css but i don't see the sons nodes and i see the first node of the menu in the bottom on the page...
I do many tries, i've set ancestor or self and thus i see right menu with two nodes (home and menu a sinistra)...
I see many option but i haven't yet understand xslt and for me is so frustrating because my chief ask me some things and i start form 0 in umbraco but i want to learn i hope...
Thanks bye
Gabriele
Resolved thanks
is working on a reply...