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?
I think you need to duplicate them: attribute="{{{{angularjs.expression}}}}".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With