8.0

Table Of Contents
//STEP 2(SPECIFIC TO REQUESTS):Create the XML Import request
XMLImportRequest xmlimportreq = new XMLImportRequest();
xmlimportreq.XMLDocument = this.thexmldoc.Text;
rc.request = xmlimportreq;
//STEP 3(SPECIFIC TO REQUESTS):Create the JPEG renderer request
JPEGRenderRequest jpreq = new JPEGRenderRequest();
xmlimportreq.request = jpreq;
//Create the service and call it with QRequestContext object
QManagerSDKSvcService svc = new QManagerSDKSvcService();
sdk.QContentData qc = svc.processRequest(rc);
Notes
You can use the absolute path or a relative path to import an image using
the thexmldoc
parameter.
Note: The relative path for XML import is relative to the location where
the XML file is saved, not relative to the document pool. This support for
relative paths in thexmldoc and
paginate parameters is different from the implementation in all other
QuarkXPress Server operations.
Related topics:
paginate
Page 95