@@ -211,7 +211,7 @@ You can find an example in the `itkfilters` action extension of the `imaging` CE
!!! Note
In order to transform a saved history to an functional `asm-input.xml`, you will need to edit the XML files with an XML aware editor. Just follow the step-by-step below.
Here are the steps required to transform a saved history SCXML to an functional `asm-input.xml`:
Here are the steps required to transform a saved history SCXML to an functional `asm-input.scxml`:
1. Move all your input files to the `integration-testdata` subdirectory and rename them using the normalized form `input-#.xxx` where `#` is the unique index
2. Move the `asm-input.scxml` in the `integration-testdata` subdirectory
...
...
@@ -264,7 +264,7 @@ Becomes:
```
5. Change (if any) `Save As` action into `Save` instead. Also make sure that the input parameter of the `Save` action is using a component name corresponding to one of the `output-#.xxx` that you renamed in the previous step.
6. You may also rename the state's `id` attributes in order to use more explicit names (do not forget to modify the corresponding transition's `target` attributes)
7. test the `asm-input.xml` using the action state machine:
7. test the `asm-input.scxml` using the action state machine:
```bash
# On the command line, go to the directory where you stored all input files and asm-input.xml documents