You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Brian Minchau (JIRA)" <xa...@xml.apache.org> on 2007/02/15 17:39:05 UTC

[jira] Created: (XALANJ-2367) Serializer's LSSerializerImpl pretty-print have a default value of false for pretty-print

Serializer's LSSerializerImpl pretty-print have a default value of false for pretty-print
-----------------------------------------------------------------------------------------

                 Key: XALANJ-2367
                 URL: https://issues.apache.org/jira/browse/XALANJ-2367
             Project: XalanJ2
          Issue Type: Bug
          Components: DOM, Serialization
    Affects Versions: The Latest Development Code, 2.7.1
            Reporter: Brian Minchau


In org.apache.xml.serializer.dom3.LSSerializerImpl
the code is:
        // pretty-print
        fDOMConfigProperties.setProperty(
                DOMConstants.S_XSL_OUTPUT_INDENT,
                DOMConstants.DOM3_DEFAULT_TRUE);

but should be:
        // pretty-print
        fDOMConfigProperties.setProperty(
                DOMConstants.S_XSL_OUTPUT_INDENT,
                DOMConstants.DOM3_DEFAULT_FALSE);



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org