Archive | Umbraco

18 January 2010 ~ 7 Comments

Multiple URLs for a single node in Umbraco

I am developing a public website for a client at the moment, and this is my first project with Umbraco as the CMS. On the outset, the community around umbraco is fantastic, and coming from a .NET backgound, I am getting used to it quickly. The fact that I’ve had a lot of interest in [...]

Continue Reading

Tags:

15 January 2010 ~ 2 Comments

Recursive Navigation in Umbraco

A recursive call in XSLT can be a bit confusing. It was for me. Here is a simple stylesheet that gets all nodes in this section (Usually a section in Umbraco sits underneath the Hompage, e.g. Content -> Homepage -> Section 1).
This code also adds a class to the node you are currently visiting.

Continue Reading