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
The text size value
is outside the valid
range.
HTTP Error #500
This alert is displayed if the value given in the SIZE tag is not
valid.
What to do: Enter a correct text size value. The value of the
SIZE parameter can vary between 2-720 pts.
The specified color
is not available to
the document
HTTP Error #500
This alert is displayed when an invalid color value is given in a
COLOR tag.
What to do: Enter a valid color value.
The specified font is
not available
HTTP Error #500
This alert is displayed when an invalid font name is used or a
font is specified that does on exist on the server.
What to do: Enter a correct font value in the FONTS tag.
The XML
document contains
an invalid tag value.
HTTP Error #500
This alert is displayed when you give a wrong value for a tag.
For example, you give a string value for a tag which accepts
an integer value.
What to do: Enter valid values in all tags of the XML file and
resubmit the request.
The specified box
cannot be modified.
HTTP Error #500
This alert is displayed when you try to implement text modifier
properties on boxes other than text boxes. For example, you
use the box ID of a picture box in the XML.
What to do: Check the box ID or name of the text 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, the render type, the project name, the type of
response produced by the server, the size of the response returned in bytes, and
the 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/5/2005 13:32:10 - Error - Error Code: 10006 - There is no box with the
specified identifier.
Example GET
URL
http://localhost:8080/sample.qxp?modify=file:C:\modifier.xml
where the modifier.xml file exists in the C: drive of the server.
On Mac OS
: The URL format is:
http://localhost:8080/sample.qxp?modify=file:MacHD:xml:modifier.xml
where the modifier.xml file exists in the xml folder in MacHD.
http://localhost:8080/sample.qxp?modify=<xml-string>
where xml-string
consists of valid XML commands of the image properties. For example:
http://localhost:8080/sample.qxp?modify=
<PROJECT><LAYOUT><ID UID="1"/><SPREAD><ID UID="1"/>
Page 131