There is a project on React. From the server comes json, in which it is transmitted

{"xml": "XML content", "xsml": "XSLT content"}

need in the reactor to render the xml table based on the xslt scheme

  • what is the backend written on? - Roman C
  • server on java, for development now a stub on nodejs is now sent as a string - try09

0