cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use XSLT into WebScript

movoleg
Champ in-the-making
Champ in-the-making
Hello everyone!

I developed a Web script following Alfresco docs. The script consists of XML file, JS file and FLT file (FreeMarker). Everything works fine.
But I am asked by a customer to replace FLT with XSLT. Is this possible to do in Alfresco? Unfortunately I was unable to find any example which would demonstrate how to use XSLT in web script.
Any advice is really appreciated.

Thanks in advance,
Oleg.
1 REPLY 1

asterixko
Champ in-the-making
Champ in-the-making
I think that alfresco web script engine can only work with Freemarker in order to build the result of a web script execution.

You have to convert your XML with XSLT inside your custom application.