×
Menu
Index

Hello World

 

This is a step by step guide to build a Hello World application with SoftRules®.
 
This configuation doesn't need an input XML document. The ouput XML will look like this:
 
<SoftRulesDemo>
<SampleText>Hello World</SampleText>
</SoftRulesDemo>
 
1. Start SoftRules Composer.
2. Cancel the Load Configurations popup.
3. Choose (or enter) the following options in the New Configurations screen
4. Your configuration now looks like this:
 
5. Insert an Assignment below Product 1.
 
6. Now your configuration looks like this:
 
7. To test this, start the Debugger using <CTRL>+D
 
8. Click  Go
9. Save the output XML...
 
10. ... and view the contents
<SoftRulesDemo>
  <SampleText>Hello World</SampleText>
</SoftRulesDemo>