8.1

Table Of Contents
If the request succeeds, a transaction success message is written to the QuarkXPress Server transaction
log file. This message includes the date, time, request type, project name, response type, response
size in bytes, and client IP address. For example:
Logs
12/1/2005 10:41:14 xml/sample.qxp Type: text/xml Size: 63940 Client: 127.0.0.1
If an alert is displayed, an error message is written to the QuarkXPress Server error log file. The
transaction entry in the error log contains the date and time of the request, the error code, and
the error message. The following is a sample of an error log transaction entry:
12/1/2005 10:39:45 Error Error Code: 10401 Invalid box given in Box Param.
Layer
The layer render modifier lets you show and hide layers prior to rendering. This render
modifier also lets you add and remove layers from a project on the server.
Lets you specify which layer to render. You can specify
multiple layer names in one request.
String
layer
Parameters
Lets you add a new layer. You can add one layer per
request.
String
addlayer
Lets you delete a layer and the items on that layer. You
can delete one layer per request.
String
deletelayer
Lets you render every layer in the project, including
hidden and suppressed layers.
Boolean (1 | 0 | true
| false | yes | no)
alllayers
Lets you modify the attributes of a layer. You can
modify one layer per request.
String
layerattribute
Lets you specify a new name for a layer. You must use
this parameter in conjunction with the
layerattribute parameter.
String
name
Lets you make a layer visible or invisible. You can use
this parameter in conjunction with the addlayer and
Boolean (1 | 0 | true
| false | yes | no)
visible
layerattribute parameters. This parameter overrides
QuarkXPress layer visibility preferences.
Lets you suppress or allow the output of a layer. You
can use this parameter in conjunction with the
Boolean (1 | 0 | true
| false | yes | no)
suppressoutput
addlayer and layerattribute parameters. This
parameter overrides QuarkXPress suppress output
preferences.
Lets you lock or unlock a layer. You can use this
parameter in conjunction with the addlayer and
Boolean (1 | 0 | true
| false | yes | no)
locked
layerattribute parameters. This parameter overrides
QuarkXPress layer locking preferences.
Lets you set or change a layer's Keep Runaround
setting. You can use this parameter in conjunction
Boolean (1 | 0 | true
| false | yes | no)
keeprunaround
with the addlayer and layerattribute parameters.
This parameter overrides QuarkXPress Keep Runaround
preferences.
eps, jpeg, png, postscript, ppml, qcddoc, qxpdoc, raw, pdf, screenpdf, swf, xml
Compatible with
62 | QXP SERVER 8.1 WEB INTEGRATION GUIDE
USING THE WEB INTERFACE