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() as used in client-side JavaScript API's to perform XSL transformations. Unfortunately, there does not seem to be support on server-side XS JavaScript 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 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.