Add_xslt_parameters #298

Open
szewczyw wants to merge 18 commits from Add_xslt_parameters into master
Collaborator
No description provided.
szewczyw added 18 commits 2025-02-05 15:01:50 +01:00
miziaw requested changes 2025-02-10 17:36:44 +01:00
@@ -48,6 +60,7 @@ public class XmlController implements RestController {
@ScopedControllerManifest(method = HandlerType.POST, path = "/xslt")
public void acceptRequestXslt(Request request, Response response) {
System.out.println("received xslt");
Collaborator

^^

^^
@@ -87,2 +96,4 @@
Processor processor = new Processor(false);
XsltCompiler compiler = processor.newXsltCompiler();
transform = tools.addParams(params,transform);
System.out.println(transform);
Collaborator

^^

^^
This pull request has changes conflicting with the target branch.
  • Frontend/src/components/xml/XmlOutputFieldComponent.vue
  • Frontend/src/views/XSLTView.vue
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin Add_xslt_parameters:Add_xslt_parameters
git checkout Add_xslt_parameters
Sign in to join this conversation.
No description provided.