7.0
Table Of Contents
- Table of contents
- Introduction
- Getting started with QuarkXPress Server
- The QuarkXPress Server user interface
- Server configuration dialog box
- Server preferences
- Application preferences (category)
- Display (pane)
- Input Settings (pane)
- XTensions Manager (pane)
- Font Mapping (pane)
- Deconstruct (Pane)
- EPS (pane)
- Full Res Preview (pane)
- Job Jackets (pane)
- Modifier (pane)
- PDF (Pane)
- Placeholders (pane)
- PSD Import (pane)
- Fraction/Price (pane)
- Picture Effects (pane)
- Project preferences (category)
- General (pane)
- XML Import (pane)
- Default Print Layout (category)
- General (pane)
- Measurements (pane)
- Paragraph (pane)
- Character (pane)
- Tools (pane)
- Trapping (pane)
- Color Manager (pane)
- Layers (pane)
- Style sheets
- Colors
- H&Js
- Output styles
- Output Styles (dialog box)
- Edit EPS Style (dialog box)
- Panes
- General (pane)
- Color (pane)
- Marks (pane)
- Fonts (pane)
- Bleed (pane)
- Transparency (pane)
- OPI (pane)
- JDF (pane)
- Advanced (pane)
- Summary (pane)
- Edit PPML Style (dialog box)
- Panes
- Device (pane)
- Pages (pane)
- Colors (pane)
- Pictures (pane)
- Marks (pane)
- Bleed (pane)
- JDF (pane)
- Advanced (pane)
- Summary (pane)
- Edit PDF Style (dialog box)
- Panes
- Pages (pane)
- Meta Data (pane)
- Hyperlink (pane)
- Compression (pane)
- Color (pane)
- Fonts (pane)
- Marks (pane)
- Bleed (pane)
- Transparency (pane)
- OPI (pane)
- OPI Active (check box)
- JDF (pane)
- Summary (pane)
- Edit Print Style (dialog box)
- Panes
- Device (pane)
- Pages (pane)
- Colors (pane)
- Pictures (pane)
- Fonts (pane)
- Marks (pane)
- Bleed (pane)
- Transparency (pane)
- OPI (pane)
- JDF (pane)
- Summary (pane)
- Font mapping
- Source Setups
- Output Setups
- Server XTensions Manager
- Status Monitor
- Other menu items
- Creating URL requests
- XTensions software
- Telegraph XTensions software
- QuarkXPress Server Monitor
- Glossary
Modifier XTensions software supports both GET and POST functionality.
Modifier XTensions software supports XML containing code that uses Unicode
UTF-8 and UTF-16 encodings. Use the
encoding attribute of the XML declaration
to specify an encoding, as you would with any other XML file.
Modifier XTensions software adds a
Modifier pane to the Preferences dialog
box
(QuarkXPress Server Þ Preferences). For more information, see “Server
preferences” in Chapter 2, “The QuarkXPress Server user interface.”
USING MODIFIER XTENSIONS SOFTWARE
To use Modifier XTensions software:
1 Create a QuarkXPress project. Note the IDs or names of any text and picture
boxes you want to manipulate.
2 Upload the project to the QuarkXPress Server document pool.
3 Create XML that describes the changes you want, as described in “Creating XML
for Modifier XTensions software” below.
4 Send the XML to the server in one of the following ways:
• Put the XML in a file on the server and then use a URL to point to the file,
as follows:
http://
server:port/namespace/path/projectname
?modify=file:
absolute
path to XML file on server
• Put the XML in the URL, as follows:
http://
server:port/namespace/path/projectname
?modify=
XML string
Clients can also send XML in the form of a POST request.
CREATING XML FOR MODIFIER XTENSIONS SOFTWARE
All XML used with Modifier XTensions software uses the DTD presented at the
end of this section. In general, the structure for addressing items in a particular
layout is as follows:
<PROJECT>
<LAYOUT LAYOUTNAME="
[name of layout]
">
<
[Item being addressed]
>
<
[Parameters of item]
>
</
[Item being addressed]
>
</LAYOUT>
</PROJECT>
The following subsections explain in more detail how to use this structure.
MODIFIER XTENSIONS SOFTWARE
154
|
CHAPTER 4: XTENSIONS SOFTW
ARE