Hi,

I have a small and simple problem. The document type for modular 
documents outputs the content as an unidented html file like this:
<?xml version="1.0" encoding="ISO-8859-1"?>
<div><p>Test</p><p>testtest</p></div>

I want it a little bit more formatted maybe like this:

<?xml version="1.0" encoding="ISO-8859-1"?>
<div>
    <p>Test</p>
    <p>testtest</p>
</div>

Is there a simple way to do it. I searched the docs and the list for a 
few hours so far. I
tried also lots of the safe configuration options. No success :(

With kind regards
Stefan




Reply via email to