Hi,
I'm wondering if it's possible to perform XSL transformations within an XSJS service on HANA XS Engine. Please let me know in case you have an idea/solution.
So far I've considered the following:
- Create an XSLTProcessor() that is used in client-side JavaScript APIs to perform XSL transformations. Unfortunately, server-side XS JavaScript does not seem to support it because I'm getting the error message "XSLTProcessor is not defined" when trying to call
var processor = new XSLTProcessor(); - Some databases have native XML/XSLT support. Does/Will HANA DB also support SQL functions like XSLTRANSFORM()?
- Import an existing JavaScript library like Google's AJAXSLT. By now, I have not been able to create a server-side XSJSLIB out of this library. Is there an easy way to use existing JavaScript libraries inside XS Engine?
Any thoughts on this are welcome.