Having a problem.

My stylesheet starts with:

<xsl:stylesheet
        version="1.0"
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
        xmlns:xalan="http://xml.apache.org/xslt";
 >
        <xsl:output
                indent="yes"
                xalan:indent-amount="4"
        />


But Cocoon seems to be ignoring the <xsl:output indent="yes" ...>.  All of the output 
is coming out on the same line.

Ideas?  Suggestions?  Do I need to somehow tell cocoon to turn on Xalan indent 
processing some other way?


TIA!

DR


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to