Add_xslt_parameters #298
Reference in New Issue
Block a user
No description provided.
Delete Branch "Add_xslt_parameters"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
097af3ed3a9cb949b485@@ -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");^^
@@ -87,2 +96,4 @@Processor processor = new Processor(false);XsltCompiler compiler = processor.newXsltCompiler();transform = tools.addParams(params,transform);System.out.println(transform);^^
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.