JSON

It is now possible to generate JSON data directly from the XSLT.

  1. Include the Aeson library along with the JSON Processing API in your libraries
  2. Update the output declaration of your XSLT to:
<xsl:output method="xml" media-type="application/json"/>

 

Created on , last edited on