I'm using AngularJS' expressions as attribute values in .xsl templates, like this:
<div attribute="{{angularjs.expression}}" data-stuff="{./someId}">
But XSLT takes notice of the curly brackets and tries to process the expression. How can I escape the double curly brackets?