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
QuarkXPress
Server 8.0.
<!ELEMENT SAVEAS EMPTY>
Lets you save a
constructed
QuarkXPress
project to a
specific location
on the server
computer.
Roughly
equivalent to
choosing File >
Save As in
QuarkXPress.
Lets you save a
modified
QuarkXPress
project to a
specific location
on the server
computer.
Roughly
equivalent to
choosing File >
Save As in
QuarkXPress.
Not applicable.
<!ATTLIST SAVEAS
NEWNAME CDATA #IMPLIED
Specifies a name
for the project
being saved.
Specifies a name
for the project
being saved. Can
be a relative path
to the document
pool.
Not applicable.
PATH CDATA #IMPLIED
The absolute path
on the server
computer for
saving the project.
The absolute path
on the server
computer for
saving the project.
Not applicable.
SAVETOPOOL (true | false) "true"
Specifies whether
the project should
be saved to the
document pool, in
addition to saving
it in the location
specified in the
PATH attribute.
Specifies whether
the project should
be saved to the
document pool, in
addition to saving
it in the location
specified in the
PATH attribute.
Not applicable.
REPLACE (true | false) "true">
Indicates whether
the saved project
should replace
any existing file
with the same
name in the
specified
location.
An index number
gets appended to
the file name if this
value is set to
false
and a file with the
supplied name
exists at the
specification
Indicates whether
the saved project
should replace any
existing file with
the same name in
the specified
location.
An index number
gets appended to
the file name if this
value is set to
false
and a file with the
supplied name
exists at the
specification
location.
Not applicable.
Page 213