Is there a list of inbuilt parameters available to Sitecore XSLTs? I\'ve looked around but haven\'t seen anything that looks like a full list, at least not in comparison to the
Reflector shows that the following are automatically added:
list.AddParam("id", string.Empty, item.ID.ToString());
list.AddParam("lang", string.Empty, Language.Current.Name);
list.AddParam("sc_lang", string.Empty, Language.Current.Name);
list.AddParam("sc_item", string.Empty, GetNodeIterator(item));