As you may know, Knockout.js uses inline Javascript for it’s elegant, declarative bindings:
<li data-bind="css: {'active': visible()}"></li>
But if you use XSLT to render your HTML, it may fail because the curly-braces may not be supported… Read the rest








