May 2011
Beginner
360 pages
8h 35m
English
To dig even further into how Umbraco implements XSLT, look at the examples that follow in the rest of the chapter.
When utilizing the Umbraco built-in editor for XSLT manipulation (in the backoffice), you can always refer to the Visualize XSLT tool to see how your XSLT macro will render. This tool allows you to select a target in the content tree and run your XSLT template as is without your having to add the macro to a template or node. Here's how that works:
FIGURE 11-4

FIGURE 11-5

FIGURE 11-6

The script in Listing 11-5 enables you to list all the content starting at the root node. This example is easy ...
Read now
Unlock full access