2016

Table Of Contents
To import text or image data into a project, use the following parameters in the Modifier
DTD:
"BOX (Modifier schema) "
"ID (Modifier schema)"
"PICTURE (Modifier schema)" (this is not a required element when importing data)
"TEXT (Modifier schema)"
"STORY (Modifier schema)"
"CONTENT (Modifier schema)"
The following XML shows how some of these parameters work.
<PROJECT>
<ID NAME="Layout 1"/>
<SPREAD>
<ID UID="1"/>
<BOX BOXTYPE="CT_PICT">
<ID NAME="ABOUT"/>
<PICTURE/>
<CONTENT>C:\docs\file1.jpg</CONTENT>
</BOX>
<BOX BOXTYPE="CT_TEXT">
<ID NAME="PRODUCTS"/>
<CONTENT>file:C:\docs\file2.txt</CONTENT>
</BOX>
<BOX BOXTYPE="CT_TEXT">
<ID NAME="SERVICES"/>
<TEXT>
<STORY FILE="file:C:\docs\file3.doc" CONVERTQUOTES="true"
INCLUDESTYLESHEETS="true"/>
</TEXT>
</BOX>
</SPREAD>
</LAYOUT>
</PROJECT>
A preview of a QuarkXPress project with a value in the data import XML tags applied to the
text boxes.
Response
HTTP Error #404
File not found.Alerts
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.
HTTP Error #500The XML
document is
This alert displays if the XML you supply is not well-formed or does not adhere
to the Modifier DTD.
not valid or
well formed.
HTTP Error #500There is no box
with the
This alert displays if the box specified by the child text node of the <ID>
element does not exist.
specified
identifier.
HTTP Error #500The specified
box is not a
This alert displays if you request a box that is not a text box or a picture box.
picture or text
box.
HTTP Error #500A locked layer
cannot be
manipulated.
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.
A GUIDE TO QUARKXPRESS SERVER 2016 | 103
USING QUARKXPRESS SERVER