Added backend support for multiple files in XSLT. (#272)

Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #272
Reviewed-by: Adam Bem <bema@noreply.example.com>
Co-authored-by: widlam <mikolaj.widla@gmail.com>
Co-committed-by: widlam <mikolaj.widla@gmail.com>
This commit is contained in:
2023-12-04 06:59:05 +01:00
committed by Adam Bem
parent af140c30a4
commit 6f2d16c2b9
9 changed files with 262 additions and 3 deletions

View File

@@ -108,6 +108,7 @@ function prepareRequestBody():string {
"processor": engine.value,
"version": version.value
});
console.log(requestBody)
return requestBody;
}