This example shows an example usage of angular-xslt
module
It takes input XML, applies XSL template using xslt
filter and outputs result
of transformation
You can modify both XML and XSLT, and filter will be instantly applied thanks to Angular data binding
{{ xml | xslt:xslt }}