Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
Can anyone reference me how XSLT in Umbraco work ?
Is this fast enough compare to usercontrol ?
Is this run in the server ?
Is there any caching configuration ?Thanks Heaps
Right tool for the job - http://farmcode.org/post/2010/07/13/TheFARMe28099s-guide-to-Macros.aspx
XSLT macros are done using the XslCompiledTransform API from the .NET framework (macro code is here: http://umbraco.codeplex.com/SourceControl/changeset/view/80941#905506).
Any macro can be cached, there's different options on caching on the macro properties in the CMS.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How Umbraco XSLT Performance
Hi,
Can anyone reference me how XSLT in Umbraco work ?
Is this fast enough compare to usercontrol ?
Is this run in the server ?
Is there any caching configuration ?
Thanks Heaps
Right tool for the job - http://farmcode.org/post/2010/07/13/TheFARMe28099s-guide-to-Macros.aspx
XSLT macros are done using the XslCompiledTransform API from the .NET framework (macro code is here: http://umbraco.codeplex.com/SourceControl/changeset/view/80941#905506).
Any macro can be cached, there's different options on caching on the macro properties in the CMS.
is working on a reply...