Resources referred by a document specification

When you start a remote publishing process, the document templates and style sheet files in the document specification are uploaded to the server. The document specification can refer to files as local files or as remotely accessible files.

Parameters

The following table provides examples of data source values and illustrates how the values are used for remote publishing.

Table 1. Data source values
Data Source Parameter Sample Value Notes
IBM® Rational® DOORS® doors_param -data 36677@localhost A localhost entry refers to a Rational DOORS server located on the server.
IBM Rational Tau URI C:\Program Files\IBM\Rational\TAU\4.3\examp les\umlVerificationCoffeeMachineCMdesign.ttp The local or remote publishing process must be able to access this path.
XML URI C:\path\to\dataSource.xml The local or remote publishing process must be able to access this path.
XML URI http://server:port/path/to/dataSource.xml This URL is accessible from any location and does not depend on the publishing location.
REST URI http://server:port/DataServices/path This URL is accessible from any location and does not depend on the publishing location.

Feedback