Is it possible to translate JSON to XML using existing XSLT templates?
I do not want to have another layer of xml transformation JSON->XML->XSLT->Final XML
.
Reason being that I am writing a new UI for a legacy system replacing it FlexUI. Current UI sends xml requests and gets xml response.
I am emphasizing on JSON objects so that I can take advantage latest MVVM frameworks like AngularJS or Backbone.js.
I am using XSLT 2.0