<?xml version="1.0" encoding="iso-8859-1"?>
<feature xmlns="http://www.sos-berlin.com/schema/js7_job_documentation_v1.1" 
	xmlns:xhtml="http://www.w3.org/1999/xhtml" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.sos-berlin.com/schema/js7_job_documentation_v1.1 http://www.sos-berlin.com/schema/js7_job_documentation_v1.1.xsd">
    
    <title>Parameter substitution</title>
    
    <documentation>

        <p>
            The JobScheduler supports substitution of parameter names with their value if
            the parameter name is enclosed by
            <em>%</em>
            and
            <em>%</em>
            .
        </p>
        <p>
            <codeexample os="all" type="js-xml">
                <title>An example for value substitution</title>
                <embeddedExample type="js-xml"><![CDATA[<param name="source_file" value="%scheduler_file_path%"/>]]></embeddedExample>
                <explanation>
                    <p>
                        In this example the value of the parameter "scheduler_file_path" is used as the value for the
                        parameter "source_file".
                    </p>
                    <p>
                        Using
                        <a href="http://www.sos-berlin.com/doc/en/scheduler.doc/file_orders.xml">Directory Monitoring with File Orders</a>
                        the job parameter
                        <paramref>scheduler_file_path</paramref>
                        contains the name and path of the file that triggered the
                        order.

                    </p>
                </explanation>
            </codeexample>
        </p>
           </documentation>

</feature>