Chapter 6. User interface (interactive requests) Previous topic Parent topic Child topic Next topic

The user interface of XMLmind XSL server is displayed by the Web browser if you open in it any of the following 3 URLs.

Request xslsrv/exec (shorthand for xslsrv/exec?op=convert&mode=interactive)

Displays an interactive form allowing to convert an XML document to another format. Click help.png Help to learn how to use this form.
convert_form.png
During the execution of a convert job, a progress page is displayed:
convert_progress.png
Clicking the Cancel button allows to cancel the execution of this job.
Remember
Remember
If the authorization1 server parameter has been specified, you'll need to open xslsrv/exec?auth=authorization1_token.

Request xslsrv/exec?op=jobs

Displays a page listing all the convert jobs still remembered by XMLmind XSL Server, from most recent to least recent. Click help.png Help to learn how to use this page.
convert_jobs.png
Clicking the Log checkbox expands a section showing the progress log of the corresponding job.
convert_job_log.png
Remember
Remember
If the authorization2 server parameter has been specified, you'll need to open xslsrv/exec?op=jobs&auth=authorization2_token.

Request xslsrv/exec?op=config

Displays a page listing the current configuration of XMLmind XSL Server.
config_info.png
If you have used XMLmind XSL Utility to modify this configuration and now want to see your changes, you'll have to instruct your Web browser to reload this page (generally this is done by clicking the Refresh button).