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
ZONE.
Lets you specify a
unique ID for a
SPREAD or
PAGE.
a NAME value
first and for a UID
second. If a
NAME is found,
the UID is
ignored.
element:
<ID UID=456
NAME=Name of
box>Name of
box</ID>
If a NAME value
does not exist, the
UID displays in
the content of the
ID element:
<ID
UID=457>457</I
D>
Note: If a NAME
value does not
exist for a box,
the word Box and
the box UID are
concatenated and
display in the
XML.
<!ATTLIST ID
NAME CDATA #IMPLIED
The name of the
parent element.
The NAME is
assigned to
QuarkXPress
elements during
document
construction. For
example,
NAME="BOX1"
would be assigned
to a box after it
has been
constructed.
Required for
LAYOUT,
LAYER, BOX,
TABLE,
GROUP, and
COMPOSITION
ZONE elements.
QuarkXPress
Server
automatically
assigns a
UID to such
elements.
Ignored for
The name of the
LAYOUT,
LAYER,
SPREAD, BOX,
TABLE,
GROUP, or
element to be
modified.
The name of the
parent element.
Page 215