Is there any way to use XSLT2.0 parser in Siebel 8.1.1.9
We have complex transformation requirements and using 'EAI XSLT Service' to implement transformation rules by coding XSLT and invoking this service. It seems Siebel still supports only XSLT1.0. This is making us to write lengthy funcitons to achieve some functionalities like date/time conversions, regularexpressions and trimming whilespaces in entire XML etc. THere are many useful functions in XSLT2.0 but Siebel does not support this.
Is there any workaround to use XSLT2.0 parser with Siebel 8.1.1.9? I know that we can use thridparty Java parsers and invoke them thru JBS. Does Siebel recommend any specfic parser which is tested/recommended interms of future upgrades and compatiability ? Or is there any other way to achieve this in Siebel Out of Box business services?