Skip to content

XML file prints onto one line #13

Description

@AlanReviews

For MDCS Version 2.11.0, the XML file has the XML code in one line. For example,

<root  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ><titleInfo>Hello world</titleInfo></root>

Is it possible to have MDCS print code inmany lines? For example,

<root  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<titleInfo>Hello world</titleInfo>
</root>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions