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
<ID NAME="HISTORY"/>
<TEXT>
<STORY>
<PARAGRAPH>
<FORMAT ALIGNMENT="RIGHT"/>
<RICHTEXT SIZE="12">This text is 12pt and right justified.</RICHTEXT>
</PARAGRAPH>
</STORY>
</TEXT>
</BOX>
<BOX BOXTYPE="CT_TEXT">
<ID NAME="PRODUCTS"/>
<TEXT>
<STORY>
<RICHTEXT BOLD="true">This is bold text.</RICHTEXT>
<RICHTEXT BOLD="true" COLOR="Red" ITALIC="true" SIZE="20">This text is bold, red,
italic, and 20pt.</RICHTEXT>
</STORY>
</TEXT>
</BOX>
</SPREAD>
</LAYOUT>
</PROJECT>
Response
Preview of a QuarkXPress project with the values in the ModifierXT tags applied
on text boxes.
Alerts
File not found.
HTTP Error #404
QuarkXPress Server Error #-43
This alert is displayed when you enter the wrong XML file as
a parameter or when you request a project that does not
exists in the document pool.
What to do: Enter the correct name and path of the XML file
and check whether the project given in the request exists in
the document pool.
Bad
filename/pathname.
HTTP Error #404
QuarkXPress Server Error #-37
This alert is displayed when an invalid file name is entered in
the request.
What to do: Enter the correct XML file name and resubmit
the request.
The XML
document is not
valid or well
formed.
HTTP Error #500
This alert is displayed when XML tags are not correctly
formed.
What to do: Provide correct XML and resubmit the request.
There is no box
with the specified
identifier.
HTTP Error #500
This alert is displayed if the text box specified by the child text
node of the ID tag in the XML file does not exist in the
QuarkXPress project.
What to do: Enter the correct box name or box ID in the
XML and resubmit the request.
Page 130