2017

Table Of Contents
USING QUARKXPRESS SERVER
118 | A Guide to QuarkXPress Server 2017
displays if you specify an
invalid XML file or request a
document that is not available
to QuarkXPress Server.
The XML document is not valid
or well formed.
HTTP Error #500 This alert
displays if the XML you supply
is not well-formed or does not
a
dhere to the Modifier DTD.
There is no box with the
specified identifier.
HTTP Error #500 This alert
displays if the box specified by
the child text node of the <ID>
element does not exist.
The specified box is not a
picture or text box.
HTTP Error #500 This alert
displays if you request a box
that is not a text box or a
picture box.
A locked layer cannot be
manipulated.
HTTP Error #500 This alert
displays if you request data
from a box on a locked layer.
What to do: Open the project in
QuarkXPress, display the Layers
palette, and unlock the box’s
layer.
Unable to read picture (#106)
HTTP Error #500 QuarkXPress
Server Error #–109 This alert
displays if you try to import a
text file into a picture box.
Bad filename/ pathname
HTTP Error #404 QuarkXPress
Server Error #–37 This alert
displays if you try to import an
invalid or nonexistent file into a
box.
Logs
If the request succeeds, a transaction success message is written to
the QuarkXPress Server transaction log file. For example:
8/5/2005 18:11:54 — sample.qxp — Type: image/jpeg — Size:
65982 — Client: 127.0.0.1If an alert displays, an error message is
written to the QuarkXPress Server error log file. For
example:8/5/2005 18:01:59 — Error — Error Code: 10343 — A
locked Layer cannot be manipulated.
Example GET URL
When QuarkXPress Server is running on Windows, use a URL like
the following:http://localhost:8080/Sample.qxp?modify=
file:c:\file.xml When QuarkXPress Server is running on Mac OS,
use a URL like the
following:http://localhost:8080/Sample.qxp?modify=
file:HDD:file.xml You can also supply a string that consists of
valid XML commands. For example:
http://localhost:8080/sample.qxp?modify=
<PROJECT><LAYOUT><ID UID=”Layout1”/><SPREAD><ID
UID=”1”/> <BOXBOXTYPE=”CT_TEXT”><ID NAME=”TREES”/>
<CONTENT>C:\docs\file1.jpg</CONTENT>