...
| Field | Description |
|---|---|
| Location | The full filename of the XML file to be monitored. The {app} variable can be used to specify the program data location of the running service |
| X-Path query | The XPath query to use when testing for new nodes |
| Checksum node | The unique node/(element) to use to track which nodes have been added since the last check |
| Outer element | The name of the outer XML element to be used to contain any new nodes when the new XML document is created for output |
| Check interval | |
| Delay | A value, in milliseconds, that specifies the artificial delay that is waited when a change in the source XML file is discovered. If the file were to be accessed immediately upon a change, i.e. without such a delay, the operating system would most likely not allow access to the file so soon, causing a sharing violation |
...