What inbuilt parameters can I access in Sitecore XSLT? How should I expose global settings I need?

后端 未结 3 1575
逝去的感伤
逝去的感伤 2021-01-25 18:17

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

3条回答
  •  自闭症患者
    2021-01-25 19:11

    Stating personal opinion, I think you should be grabbing the answer you already see right in front of you - forget about XSLT and just do C#. I don't know of many (in fact, any) seasoned Sitecore developers who stick with XSLT for anything but the most basic of renderings. This too, is of course, just my own personal view - but I've seen similar statements from many of the Sitecore bloggers out there.

    And to answer your question, the drawback is complexity and development time. In writing your functionality, then writing and maintaining XSL helper libraries.

提交回复
热议问题