All these xslt functions can be used from xslt using the umbraco.library:Method() syntax or from within your own c# code using umbraco.library.Method()
you don't need to get it, it's included in the umbraco assembly, so it's available out of the box if you're running umbraco. All these methods are static, so you need to call them using the above outlined syntax.
And there's explanation and samples for most of these functions, just click on the link to get more info!
umbraco references
hi
I need breif explanation about the following references.. where will i get it
ContextKey
DateGreaterThan
DateGreaterThanToday
GetCurrentMember
GetDictionaryItem
GetDictionaryItems
GetMemberName
GetNodeFromLevel
GetPropertyTypeName
GetRelatedNodes
GetRelatedNodesAsXml
IsLoggedOn
LastIndexOf
LongDateWithDayName
PublishSingleNode
RefreshContent
RegisterClientScriptBlock
RemoveFirstParagraphTag
RePublishNodes
RePublishNodesDotNet
Request
RequestForm
Session
SessionId
setSession
ShortDateWithGlobal
ShortDateWithTimeAndGlobal
Look at the wiki and use this as a starting point to browse available xslt extension methods: http://our.umbraco.org/wiki/reference/umbracolibrary
All these xslt functions can be used from xslt using the umbraco.library:Method() syntax or from within your own c# code using umbraco.library.Method()
Cheers,
/Dirk
I collected the above references from the link u have given... there is no explanation for these things.. where can i get it
you don't need to get it, it's included in the umbraco assembly, so it's available out of the box if you're running umbraco. All these methods are static, so you need to call them using the above outlined syntax.
And there's explanation and samples for most of these functions, just click on the link to get more info!
Cheers,
/Dirk
is working on a reply...