Job to XML Modifier
    • 30 Jan 2026
    • 1 Minute to read
    • Contributors
    • PDF

    Job to XML Modifier

    • PDF

    Article summary

    Applies to: Lasernet 11

    Converts a list of selected JobInfos to an XML structure. The values of the JobInfos are retrieved from the job being processed.

    The Job to XML modifier.

    Link

    The screenshot above is from Lasernet 10 but this modifier works identically in Lasernet 11.

    Click Add to insert a JobInfo you want to include in the XML result. Click Edit or Remove to maintain JobInfos and values already added to the list.

    The Add JobInfo window.

    JobInfo

    Name of JobInfo and Value to be included in the XML result.

    Array

    Activate if the JobInfo contains an array of values and all values are required in the XML result. The values in the array of a JobInfo are added as children in an element named Value:

    <JobInfoName>
      <Value>1</Value>
      <Value>2</Value>
    </JobInfoName>

    Binary

    Activate if the value of the JobInfo represents a binary value. The value is encoded and included as a base64 string.