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
Working with Composition
Zones
A Composition Zones item in a deconstructed project is represented in XML by a
<COMPOSITIONZONE> element. Like the <BOX> element type, this element type supports the
<GEOMETRY>, <SHADOW>, and <FRAME> elements. In addition, a <COMPOSITIONZONE>
element includes a <TYPE> attribute that identifies it as an internal or external Composition Zones item.
For external Composition Zones, the
PATH attribute indicates the location of the associated composition layout.
Composition Zones items must be created in QuarkXPress. <COMPOSITIONZONE> elements are
ignored by the construct namespace and the
modify parameter.
<PROJECT>
<LAYOUT>
<ID UID="Layout 1"/>
<SPREAD>
<ID/>
<COMPOSITIONZONE TYPE="INTERNAL
">
<ID/>
</COMPOSITIONZONE>
</SPREAD>
</LAYOUT>
</PROJECT>
Related topics:
Modifier DTD
Modifier DTD (annotated)
construct
modify
xml
Page 170