Everything you need to get started.
doxsltransformprocess 13/08/2008,07:00 9.92 Kb
This sample covers the use of doXSLTransform. doXSLTransform lets you use XSLT to transform the process data. XSLT is a full fledged XML Document Transformation Language and allows going beyond what regular assignments can do.
This sample uses a simple hello world example that demonstrates how doXslTransform could be used instead of what normal hello world use case.
1.schema.xsd: Schema used is "doXSLTSchema" which is of "complex" type.
1.Intalio BPMS Server 5.2.
2.Intalio BPMS Designer 5.2.
3.transform.xsl.
1.Make sure Intalio|BPMS Server is up and running fine.
2.Make sure the Process Explorer pane does not contain any Intalio|BPMS Business Process Project with same name.
1.Download ‘doXSLTransformProcess.zip’.
2.Go to File > Import...
3.Select 'Existing Projects into Workspace', in the wizard, click on Next >.
4.Browse to select the downloaded archive file.
5.Click to Finish.
6.Update project builders by right click on project; go to BPMS Designer Tools > Update BPMS Builders.
1.Click on Deploy Project to Intalio|BPMS Server button in tool bar.
2.Make sure you select all runtime files while exporting to Intalio|BPMS Server.
3.Click on Finish button.
4.Open a web browser, provide url as: http://localhost:8080/bpms-console which takes to login screen for bpms-console.
5.Login with the following credentials:
username: ‘admin’ (without quotes).
password: ‘changeit’ (without quotes).
6.In the processes list you should see “doXSLTransform: doXSLTransform” process with a package name “: doXSLTransformProcess”, select it and click to Start.
7.This should generate a form with an input field to map input data.
8.Type “Hello” in doXSLTransform field and then click on Submit button.
9.This will replace the page with an output like:doXSLTransform: Hello World
Notes:
This sample is an example to educate users on:
1.How to use XSLT to transform process data.
2.How to invoke XSLT file in Intalio process.
Copyright © Intalio, 1999-2010.