Jobs with XML files
If you place an XML file at a location from which it is retrieved, RICOH ProcessDirector processes the file as jobs move through the workflow. You submit another type of file to the hot folder to initiate the process. For example, you can submit a print file or a trigger file, such as a file with job overrides or with no content.
Two step templates manipulate XML:
-
A step based on the CreateJobsFromXML step template creates jobs from elements in an XML file that match an XPath expression.
-
A step based on the ApplyXSLTransform step template transforms XML into a file that specifies the values of RICOH ProcessDirector job or document properties. The step also transforms XML into another XML format.
If an element in the XML files specifies a URL to download a file, you can use the ApplyXSLTransform step to assign the URL to the value of a job property. Then you can use a step based on the DownloadFile step template to download the file.
This usage scenario shows how to process orders in an XML file by setting RICOH ProcessDirector job properties.