8.0
Table Of Contents
- Overview
- New and enhanced features
- Getting started
- Functions
- Function overview
- Render types
- Content modifiers
- Render modifiers
- XML modify
- XML deconstruct and construct
- About XML deconstruct/construct
- xml
- construct
- Deconstructing a project
- Constructing a project
- Working with pages and spreads
- Working with layers
- Working with boxes
- Working with pictures
- Working with text
- Working with tables
- Working with Composition Zones
- Using server XSLT
- Working with lists
- Working with anchored boxes
- Working with placeholders
- Working with metadata
- Working with hidden text
- Administrative Request handlers
- The Modifier DTD
- Sample applications
- Contact Quark
- Legal notice
What to do: Enter a valid value in the OFFSETDOWN tag in
XML and resubmit the request.
The value of Picture
Angle must be
between -360 and
360 degrees.
HTTP Error #500
This alert is displayed if the value of the child text node of the
ANGLE tag in the XML file is not within the valid range.
What to do: Enter a valid value in the ANGLE tag in XML
and resubmit the request.
The value of Picture
Skew must be
between -75 and
75 degrees.
HTTP Error #500
This alert is displayed if the value of the child text node of the
SKEW tag in the XML file is not within the valid range.
What to do: Enter a valid value in the SKEW tag in XML and
resubmit the request.
The XML
document contains
an invalid tag value.
HTTP Error #500
This alert is displayed when you enter an incorrect value for a
tag. For example, you enter a string value for a tag that
accepts a numeric value.
What to do: Enter a valid value in all tags of XML and
resubmit the request.
The specified box
cannot be modified.
HTTP Error #500
This alert is displayed when you try to implement image
modifier properties on boxes other than picture boxes. For
example, you use the box ID of a text box in the XML.
What to do: Check the box ID or name of the picture box in
the project and use the same box ID or name in the XML.
Logs
If the project is successfully rendered, a transaction success message is written to
the QuarkXPress Server Transaction Log file. The transaction entry consists of the
date and time of the request, render type, project name, type of response
produced by the server, size of the response returned in bytes, and client IP
address.
The following is a sample of a transaction entry:
8/3/2005 11:27:42 - jpeg/sample.qxp - Type: image/jpeg - Size: 31715 - Client:
127.0.0.1
If an alert is displayed, an error message is written to the QuarkXPress Server
error log. The following is a sample of an error log entry:
8/10/2005 10:39:07 - Error - Error Code: 10339 - The specified file failed to load
in the picture box.
Example GET
URL
http://localhost:8080/sample.qxp?modify=file:C:\imageProperties.xml
where the imageProperties.xml file exists in the C:
drive of the server.
On MacOS
: The URL format is:
http://localhost:8080/sample.qxp?modify=file:MacHD:xml:imageProperties.xml
where the ImageProperties.xml file exists in the xml folder of MacHD.
http://localhost:8080/sample.qxp?modify=<xml-string>
where the xml-string
tag consists of valid XML commands of image properties. For example:
http://localhost:8080/sample.qxp?modify=
<PROJECT><LAYOUT><ID UID="1"/><SPREAD>
Page 136