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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]