Answer the question
In order to leave comments, you need to log in
How to return normal view to minified xml file?
There is an XML file in which everything is in one line.
How to automatically make the formatting become normal and indented?
Now like this:
<?xml version="1.0" encoding="utf-8"?><yml_catalog xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" date="2019-08-16 12:50" xmlns="http://market.zakupki.mos.ru/spIntegration/Yml/1.0"><shop><name></name><cost></cost></shop></yml_catalog>
<?xml version="1.0" encoding="utf-8"?>
<yml_catalog xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" date="2019-08-16 12:50" xmlns="http://market.zakupki.mos.ru/spIntegration/Yml/1.0">
<shop>
<name>
</name>
<cost>
</cost>
</shop>
</yml_catalog>
Answer the question
In order to leave comments, you need to log in
https://www.freeformatter.com/html-formatter.html#...
Checked - it works.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question