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
Content
Layout
XML deconstruct and construct
The following namespaces let you construct, deconstruct, and reconstruct entire QuarkXPress projects
using XML.
Function
Description
QuarkXPress Server Manager
object model classes
xml
Returns an XML representation of
a QuarkXPress project.
XMLRequest
construct
Turns an XML representation into
a QuarkXPress project.
ConstructRequest
ConstructFileRequest
ConstructStreamRequest
Administrative request handlers
Request handlers allow you to change the behavior of QuarkXPress server.
Function
Description
QuarkXPress Server Manager
object model classes
addfile
Adds the attached QuarkXPress
project to the document pool.
AddFileRequest
clang
Specifies the language of the client
operating system.
RequestSetting
cplatform
Specifies the client operating
system.
RequestSetting
delete
Removes the specified project or
folder from the document pool.
DeleteRequest
fileinfo
Retrieves the creation date,
modification date, and file size of
the specified project in XML
format.
FileInfoRequest
flush
Purges a particular project from
the open project cache and the
memory project cache.
FlushRequest
flushall
Purges all projects from the open
project cache and the memory
project cache.
FlushAllRequest
getdocinfo
Retrieves information about a
specific project in the document
pool.
GetDocInfoRequest
getprefs
Retrieves the preference settings
of the server in XML format.
GetPreferencesRequest
getprojinfo
Retrieves information about a
specific QuarkXPress project in
the document pool.
GetProjectInfoRequest
getserverinfo
Retrieves information about
QuarkXPress Server.
GetServerInfoRequest
literal
Returns a file with no processing,
exactly as it exists on the server.
LiteralRequest
Page 46