Displaying DOORS indents in a document

You can set up IBM® Engineering Requirements Management DOORS® - Web Access (DWA) to display the indents in your IBM Engineering Requirements Management DOORS (DOORS) modules in your DWA documents.
If you want DWA documents to display the automatic indentation that is used in DOORS modules, add the following lines to f:properties in the server\festival\config\festival.xml file:
<f:properties>
  <f:property name="doors.indent.main.column" value="false" />
  <f:property name="left.justify.main.column" value="false" />

Feedback