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
Notes
To generate an PPML image without using the PPML namespace
Click the Server tab in the Server Configuration dialog box. Choose
PPML from the Type drop-down menu in the Default Render area.
Click OK. Now submit the PPML request without using the PPML
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/ppml/sample.qxp?outputstyle=mystylename&path=C:\a
bc
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/ppml/sample.qxp?outputstyle=mystylename&path=C:\a
bc
where asymmetric is specified in the output style but is overridden with
symmetric
.
If you do not specify an output style for PPML output, the Default PPML
Output Style will be used. In this case, the URL is
http://localhost:8080/ppml/sample.qxp?path=C:\abc
Page 71