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
pool.
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 server, size of response returned in bytes, and client IP address.
The following is a sample of a transaction entry:
8/4/2005 13:49:36 - sample.qxp - Type: image/jpeg - Size: 64002 - Client:
127.0.0.1
If an alert is displayed, an error message is written to the QuarkXPress Server
Error Log file. The transaction entry in the QuarkXPress Server Error Log file
contains the date and time of the request, the error code, and the error message.
The following is a sample of an error log transaction entry:
8/4/2005 13:51:32 - Error - Error Code: 10119 - Cannot open this document
type. Please select a QuarkXPress project or template.
Example GET
URL
http://localhost:8080/sample.qxp
Note
There are two ways to specify a render format:
Enter the render type directly in the browser address field:
http://localhost:8080/pdf/project.qxp
Choose the menu option QuarkXPress Server > Server Configuration
to display the Server Configuration dialog box, and then choose the
default render type from the Default Render Type drop-down menu in the
Server tab.
Page 49