Being a user of Umbraco, there are many instances where I need to look up and verify information of how umbraco works. This page is more or less a reference for myself, but I wanted to make it available to anyone else who needed it.
- Main XML Document
The Umbraco XML document is the heart and soul of the CMS. The structure contains every content element. The document is used in many of the umbraco.library functions as well as in XSLT as part of the currentPage variable. - Utilities Search XML Document
The umbracoUtilities extensions offer a lot of useful tools for umbraco. One such tool, search, is quite useful. However, the default output of the search results are quite ugly, but we can customize the output with XSLT. To create our own template, we must know the XML document structure. - XSLT Library Functions
All the version 2.1.6 umbraco.library functions/methods in one easy to reference list.