Another approach, if you know your way around C#, is to download the source, and simply look in umbraco/presentation/library.cs
It's a great way to get a more intimate understanding of the product, and also a good way to get inspiration on how to write your own xslt extension.
Also, there are ///(XML)-comments on all the methods, and if I'm not mistaken, even some inline comments. It'll get you a long way towards mastering Umbraco.
xslt umbraco.library documentation
Could someone please point me to the documentation for the umbraco xslt library?
I found some here, http://our.umbraco.org/wiki/reference/templates/umbracoitem-element, but it doesn't seem to document all the attributes.
Hi Lennert,
I think what you are looking for is this link:
http://our.umbraco.org/wiki/reference/umbracolibrary
At the moment not all functions are described, although most are self explanatory.
Best regards,
Chris
Another approach, if you know your way around C#, is to download the source, and simply look in umbraco/presentation/library.cs
It's a great way to get a more intimate understanding of the product, and also a good way to get inspiration on how to write your own xslt extension.
Also, there are ///(XML)-comments on all the methods, and if I'm not mistaken, even some inline comments. It'll get you a long way towards mastering Umbraco.
is working on a reply...