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
Click the Server tab in the Server Configuration dialog box. Choose EPS
from the Type drop-down menu in the Default Render area. Click OK.
Now submit the EPS request without using the EPS namespace. Sample
URL for this type of request is:
http://localhost:8080/sample.qxp
You can specify an output style and set additional local parameters of that
output style. For example:
http://localhost:8080/eps/sample.qxp?outputstyle=mystylename
where symmetric is not specified in the output style.
You can specify an output style and override any setting in that output style
with an additional parameter. For example:
http://localhost:8080/eps/sample.qxp?outputstyle=mystylename
where asymmetric is specified in the output style but is overridden with
symmetric
.
If you do not specify an output style for EPS output, the Default EPS
Output Style will be used. In this case, the URL is:
http://localhost:8080/eps/sample.qxp
Page 52