8.0

Table Of Contents
a parameter or when you request a project that does not exist
in the document pool.
What to do: Enter the correct name and path of the XML file
and ensure that the project given in the request exists in the
document pool.
Bad
filename/pathname.
HTTP Error #404
QuarkXPress Server Error #-37
This alert is displayed when an invalid file name is entered in
the request.
What to do: Enter the correct XML file name and resubmit
the request.
The XML
document is not
valid or well
formed.
HTTP Error #500
This alert is displayed when XML tags are not correctly
formed.
What to do: Provide correct XML and resubmit the request.
The XML
document contains
an invalid tag value.
HTTP Error #500
This alert is displayed when you enter an incorrect value for a
tag. For example, you enter a string value for a tag that
accepts a numeric value.
What to do: Enter a valid value in all tags of XML and
resubmit the request.
Logs
If the project is successfully rendered, a transaction success message is written to
the QuarkXPress Server Transaction Log file. The transaction entry consists of the
date and time of the request, render type, project name, type of response
produced by the server, size of the response returned in bytes, and client IP
address.
The following is a sample of a transaction entry:
8/3/2005 11:27:42 - jpeg/sample.qxp - Type: image/jpeg - Size: 31715 - Client:
127.0.0.1
If an alert is displayed, an error message is written to the QuarkXPress Server
error log. The following is a sample of an error log entry:
4/12/2007 14:51:50 - Error - Error Code: 10207 - The XML document is not
valid or well formed. Project: /table.qxp
Example GET
URL
http://localhost:8080/sample.qxp?modify=file:C:\createBox.xml
where the createBox.xml file exists in the C:
drive of the server.
On Mac OS
: The URL format is:
http://localhost:8080/sample.qxp?modify=file:MacHD:xml:createBox.xml
where the
createBox.xml file exists in the xml folder of MacHD.
http://localhost:8080/sample.qxp?modify=<xml-string>
where the xml-string
tag consists of valid XML commands of image properties. For example:
http://localhost:8080/sample.qxp?modify=
<PROJECT><LAYOUT><ID UID="Layout1"/><SPREAD><ID UID="1"/>
<BOX OPERATION="CREATE"><ID NAME="MISSION"/>
</BOX></SPREAD></LAYOUT></PROJECT>
Page 122