Copy only owner users |
This help topic contains XSL sample code that you can use in USoft Delivery manager as added XSL or when calling the Apply custom XSL action.
Purpose This sample removes, from an XML data file with USoft Authorizer data, all users that are not owner of at least 1 Application. A functional reason for this may be that, as a principle, you deliver owner users from Development through XML, but that all non-owner users are defined locally in the target environments.
Technical notes The first template affects all T_AUTH_USER records. It does the same as the default copy template at the end, but only for users that are registered elsewhere in the XML file as owners. For non-owner users, it does nothing: these users are skipped. The default copy template at the end is necessary to copy all the remaining input data to the output data.
Sample code
See Also
|