8.0

Table Of Contents
Deleting boxes
To delete a box, use the following parameters in the Modifier DTD:
BOX
ID
Example
The following XML shows how these parameters work.
<PROJECT>
<LAYOUT>
<ID UID="Layout 1"/>
<SPREAD>
<ID UID="1"/>
<BOX OPERATION="DELETE">
<ID NAME="SERVICES"/>
</BOX>
</SPREAD>
</LAYOUT>
</PROJECT>
Response
Preview of the QuarkXPress project with the box deleted.
Alerts
File not found.
HTTP Error #404
QuarkXPress Server Error #-43
This alert is displayed when you give an incorrect XML file as
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 a wrong value for a tag.
For example, you enter a string value for a tag that accepts a
numeric value.
Page 124