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
SAMPLE XML CODE
Following is a sample of XML code for importing data into picture and
text boxes.
<PROJECT>
<LAYOUT LAYOUTNAME="Layout 1">
<BOX>
<ID>PictBox</ID>
<CONTENT>c:\untitled.bmp</CONTENT>
</BOX>
<BOX>
<ID>text box1</ID>
<CONTENT>file:c:\new.txt</CONTENT>
<CONVERTQUOTES>NO</CONVERTQUOTES>
<INCLUDESTYLESHEETS>NO</INCLUDESTYLESHEETS>
<FONTNAME>Arial</FONTNAME>
</BOX>
<BOX>
<ID>text box2</ID>
<CONTENT>This is the text to be imported.</CONTENT>
</BOX>
</LAYOUT>
</PROJECT>
SAVING PROJECTS
Modifier XTensions software lets clients save modified QuarkXPress projects
in any supported format to any location on the network (and also in the
QuarkXPress Server document pool). You can specify a format for the saved
QuarkXPress project, or leave it unspecified to use the format specified
defined in the QuarkXPress Server configuration.
Use the following structure to save projects:
<PROJECT>
<SAVEAS NEWNAME="
[new file name]
"
PATH="
[path where project should be saved]
"
SAVETOPOOL="
[true
|
false]
"
REPLACE="
[true
|
false]
"
/>
</PROJECT>
MODIFIER XTENSIONS SOFTWARE
168
|
CHAPTER 4: XTENSIONS SOFTW
ARE