Xslt
Note: Please make sure the
The xmlloader.properties file specifies the mapping between the object names and their handler Java classes. The objects are specified as
The System.properties file has the following entries to determine behavior.
Table 8–2 Behaviors for the XML Loader in the Systems.property File
Entry | Behavior |
|
|
xmlloader.pathExpression | Specifies the regular expression which |
| determines the path of the objects that you intend |
| to upload and download. |
xmlloader.activityLog | Specifies the location of logging activity. |
xmlloader.errorLog | Specifies the location for logging errors. |
xmlloader.createUserRoot | Determines whether a root folder is to be created |
| for each user when uploading provisioning data. |
xmlloader.commitFrequency | Frequency in seconds to commit the uploaded |
| information to the |
xmlloader.replaceObjects | Determines whether a |
| be overwritten. |
|
|
Note: ’All the XML Loader parameters in the System.properties file are default values that are overwritten by the XML Loader API.
8.4 Xslt
The Xslt utility is a tool you can use to test stylesheets. Xslt uses the XML DOM parser and the XSL processor included with the Oracle XML processor. You can use Xslt to apply the stylesheets you create to any XML document.