Working with TS 6.5 on Solaris, our DCRs are printed in a single line. Or rather three lines with the xml declaration and the DOCTYPE being defined in the first two lines. The actual DCR content is the third line:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pages SYSTEM "http://testserver/iw/rbn/pagedef.dtd">
<pages><page id="/home/search.do"><type>function</type><name>[... rest of the DCR content here ...]</pages>
Even though we have the
pretty_print_dcrs=true parameter set in iw.cfg and specified the output of the DCT to be XML in templating.cfg:
<data-type name="pagedef" dcr-type="xml">
<presentation>
<template name="pagedef.tpl" extension="xml">
...
Am I missing something here or is there any other setting I forgot to check? I feel kind of stupid because in other projects this used to work.