Tagged Questions
6
votes
6answers
491 views
What are the advantages of using XSL in Sitecore instead of C#?
While learning Sitecore I have found that the majority of Sitecore sample code on the web is in XSL instead of .NET.
What would be the advantage of choosing XSL over the processes I have become ...
4
votes
3answers
2k views
XSLT wont allow me to use self-closing img and br tags
I have some XSLT that gets rendered in the Sitecore 6 CMS, but I don't think that this issue is specific to the product.
If I have a self-closing img or br tag, like so:
<br />
<img ...
1
vote
4answers
82 views
XSLT count of items meeting a calculated value
I have a set of XML data that I'm trying to go through and determine how many items have a date of less than 1 week old.
DATA:
<events>
<event>
...
1
vote
3answers
235 views
What inbuilt parameters can I access in Sitecore XSLT? How should I expose global settings I need?
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 sort of data a .NET ...