Iam currently using XSL to transform news-sites into a special XML-Format.
Some things that involve a lot of logic and parsing however are increasingly getting more tedious to do.
Is it possible to write javascript functions directly into an XSL file and then use said functions inside my transformations? Because that would make my life so much easier.
Thanks a lot for your help