Uploaded image for project: 'XalanJ2'
  1. XalanJ2
  2. XALANJ-2367

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

Agile BoardAttach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • The Latest Development Code, 2.7.1
    • None
    • DOM, Serialization
    • None
    • PatchAvailable

    Description

      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);

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            minchau@ca.ibm.com Brian Minchau

            Dates

              Created:
              Updated:

              Slack

                Issue deployment