2020

Table Of Contents
USING QUARKXPRESS SERVER
Modifying box properties and content
To modify box properties and content, use the following parameters in the Modifier
schema:
BOX
ID
TEXT
PICTURE
GEOMETRY
CONTENT
SHADOW
FRAME
BORDER
PLACEHOLDER
schema Modifier schema
Parameters modify String
Lets you specify an
XML file or string that
describes how to
create a project. The
path can be absolute
or a relative path in
the document pool.
Use the file: indicator
to specify the
path.Note that you
can also include an
XML file as part of a
multipart HTTP
request.
Example GET URL http://QXPServer8:8080/project1.qxp?modify=file:sample.xml
Example XML
This XML deletes page 2 of a QuarkXPress layout: <PROJECT> <LAYOUT>
<ID NAME=”Layout 1” /> <SPREAD> <ID UID=”1” /> <PAGE
OPERATION=”DELETE”> <ID UID=”2” /> </PAGE> </SPREAD>
</LAYOUT> </PROJECT>
Response The updated QuarkXPress project.
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 is displayed, an error message is written to the QuarkXPress Server
error log. The following is a sample of the error log entry:8/10/2005
10:39:07 — Error — Error Code: 10339 — The specified file failed to load
in the picture box.
102 | A GUIDE TO QUARKXPRESS SERVER 2020