2017

Table Of Contents
USING QUARKXPRESS SERVER
A Guide to QuarkXPress Server 2017 | 113
</PROJECT>
Response
A preview of a QuarkXPress project with the values in the ModifierXT tags
applied on text boxes.
Alerts
File not found.
H
TTP Error #404 QuarkXPress Server Error #–43
This alert displays if you specify an invalid XML
file or request a document that is not available to
QuarkXPress Server.
B
ad filename/
pathname.
HTTP Error #404 QuarkXPress Server Error #–37
This alert displays if you specify an invalid file
name or path.
The XML document is
not valid or well
f
ormed.
HTTP Error #500 This alert displays if the XML
you supply is not well-formed or does not adhere
t
o 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 an <ID>
element does not exist.
The text size value is
outside the valid range.
HTTP Error #500 This alert displays if the value
specified in a <SIZE> element is invalid. What to
do: Specify a value between 2 and 720 points.
The specified color is
not available to the
document
HTTP Error #500 This alert displays if the value
specified in a <COLOR> element is invalid.
The specified font is
not available
HTTP Error #500 This alert displays if the value
specified in a <FONT> element is invalid or the
specified font is not present on the server.
The XML document
contains an invalid tag
value.
HTTP Error #500 This alert displays if you supply
an invalid value in the XML.
The specified box
cannot be modified.
HTTP Error #500 This alert displays if you try to
modify text properties on a box that is not a text
box.
Logs
If the request succeeds, a transaction success message is written to the
QuarkXPress Server transaction log file. For example: 8/3/2005 11:27:42 —
jpeg/sample.qxp — Type: image/jpeg — Size: 31715 — 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 13:32:10 — Error — Error Code: 10006
— There is no box with the specified identifier.
Example GET URL
When QuarkXPress Server is running on Windows, use a URL like the
following:http://localhost:8080/sample.qxp?modify= file:C:\modifier.xml
When QuarkXPress Server is running on Mac OS, use a URL like the
following:http://localhost:8080/sample.qxp?modify=
file:MacHD:xml:modifier.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=”1”/><SPREAD><ID UID=”1”/> <BOX BOXTYPE=”CT_TEXT”><ID
NAME=”BACKGROUND”/> <TEXT><STORY><RICHTEXT
FONT=”Castella” PLAIN=”true”> This is
text.</RICHTEXT></STORY></TEXT></BOX>
</SPREAD></LAYOUT></PROJECT>
Example 1, object Request object names: ModifierRequest ModifierStreamRequest Project