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>
For MDCS Version 2.11.0, the XML file has the XML code in one line. For example,
Is it possible to have MDCS print code inmany lines? For example,