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
firs
t
lay
out
in
the
pr
oje
ct.
Yo
u
ca
n
als
o
sp
eci
fy
the
lay
out
na
me
wit
h
this
par
am
ete
r.
Refer to the Modifier DTD
Response
The following XML code breaks down the page
elements of a project into the XML code for the
individual layers, text boxes, and picture boxes.
<?xml version="1.0" encoding="UTF-8"
standalone="no"?>
<PROJECT JOBJACKET="Macintosh
HD:QuarkXPress DocPool:
default job jackets:New Job Jacket.xml"
JOBTICKET="Default Job Ticket"
PROJECTNAME="project1.qxp">
<LAYOUT>
<ID NAME="Layout 1" UID="1"/>
<LAYER KEEPRUNAROUND="false"
LOCKED="false" SUPPRESS="false"
VISIBLE="true">
<ID NAME="Default" UID="-1"/>
<RGBCOLOR BLUE="231" GREEN="231"
RED="231"/>
</LAYER>
Page 149