You can configure the Publish tool so that entity references are resolved locally. The steps below are specific for publishing to LiveContent S1000D .
Procedure
For a LiveContent publication, complete the following steps:
- On the Contenta S1000D Web server, log in as administrator.
- Create a directory for the local entity files.
The directory cannot contain any spaces in the path.
- Download any entity files that you want to resolve locally to the newly-created directory.
- Open the PublishConfiguration.xml file. By default, this file is located in Contenta_home/web/cw_common/custom/S1000D_Publish directory.
- Add the following line as a child of
<pubconfig> element:
<property name="EntityDefLocation"
value="EntityDirectory" />
where
EntityDirectory is the directory that you created above.