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
you use the
GEOMETRY@P
AGE attribute in
the BOX element.
names are not
returned.
<!ATTLIST PAGE
OPERATION (CREATE |
DELETE) #IMPLIED
Not applicable.
Specifies whether
to create or delete
the indicated
page.
Not applicable.
MASTER CDATA #IMPLIED
Identifies the
master page from
which to create a
page. This value
should be
specified as a
number, with
3 indicating the
first master page.
Note: Only the
number of a
master page is
included in this
attribute. The
definition of the
master page is
stored in the
project's Job
Jackets file.
Identifies the
master page from
which to create a
page. This value
should be
specified as a
number, with 3
indicating the first
master page.
Identifies the
master page that
is applied to a
page. Specified as
a number, with "1"
indicating the first
master page.
Note: Only the
number of a
master page is
included in this
attribute. The
definition of the
master page is
stored in the
project's Job
Jackets file.
POSITION (LEFTOFSPINE |
RIGHTOFSPINE)
"RIGHTOFSPINE">
Specifies whether
a page should be
on the left or right
side of the spine.
Specifies whether
a page should be
on the left or right
side of the spine.
Specifies whether
a page is on the
left or right of the
spine.
<!ELEMENT BOX (ID,
METADATA?, (TEXT | PICTURE |
GEOMETRY | CONTENT |
SHADOW | FRAME |
PLACEHOLDER |
CONTENTPH)*)>
Describes a text
box or picture
box.
Note: On
construct, you
must provide a
box name in the
ID@NAME
attribute;
QuarkXPress
Server assigns an
ID@UID to each
BOX you create.
Note: When a
box is created, its
page number is
inferred from the
GEOMETRY@P
Identifies a text
box or picture box
to be modified.
You can use either
the ID@UID or
ID@NAME value
to identify the
box.
Note: Named
boxes can be
easily identified by
an XPath search
for
//BOX[@NAME]
).
Describes a text
box or picture
box.
If a NAME value
exists, the NAME
displays in the
content of the ID
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
Page 219