[GH-ISSUE #424] [Feature Request] XML Pretty Print or Tree View #420

Closed
opened 2026-03-03 19:18:37 +03:00 by kerem · 8 comments
Owner

Originally created by @rinsuki on GitHub (Mar 3, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/424

Originally assigned to: @NghiaTranUIT on GitHub.

Many services are now using JSON, but some services still use XML, and I also need to see communication with that service.

Proxyman works perfectly, but it would be better if you could display the XML tree structure more clearly!

thank you <3

currently:

<?xml version="1.0" encoding="UTF-8"?>
<Example><User><Name>example</Name></User></Example>

expected:

<?xml version="1.0" encoding="UTF-8"?>
<Example>
    <User>
        <Name>example</Name>
    </User>
</Example>
Originally created by @rinsuki on GitHub (Mar 3, 2020). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/424 Originally assigned to: @NghiaTranUIT on GitHub. Many services are now using JSON, but some services still use XML, and I also need to see communication with that service. Proxyman works perfectly, but it would be better if you could display the XML tree structure more clearly! thank you <3 ## currently: ```xml <?xml version="1.0" encoding="UTF-8"?> <Example><User><Name>example</Name></User></Example> ``` ## expected: ```xml <?xml version="1.0" encoding="UTF-8"?> <Example> <User> <Name>example</Name> </User> </Example> ```
kerem 2026-03-03 19:18:37 +03:00
Author
Owner

@NghiaTranUIT commented on GitHub (Mar 4, 2020):

Thank for the suggestion. I will research and support XML Prettier in the next second release 👍

<!-- gh-comment-id:594255353 --> @NghiaTranUIT commented on GitHub (Mar 4, 2020): Thank for the suggestion. I will research and support XML Prettier in the next second release 👍
Author
Owner

@NghiaTranUIT commented on GitHub (Mar 13, 2020):

@rinsuki let check out this BETA: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.18.1_XML_Prettier.dmg

Screen_Shot_2020-03-13_at_10_56_16

I will officially release soon 🙌

<!-- gh-comment-id:598536361 --> @NghiaTranUIT commented on GitHub (Mar 13, 2020): @rinsuki let check out this BETA: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.18.1_XML_Prettier.dmg <img width="1840" alt="Screen_Shot_2020-03-13_at_10_56_16" src="https://user-images.githubusercontent.com/5878421/76588334-569dee80-6519-11ea-9658-2d37a62c4418.png"> I will officially release soon 🙌
Author
Owner

@rinsuki commented on GitHub (Mar 13, 2020):

woooooow so good!!!!! thanks!!!!!!!!!

<!-- gh-comment-id:598536872 --> @rinsuki commented on GitHub (Mar 13, 2020): woooooow so good!!!!! thanks!!!!!!!!!
Author
Owner

@juliasleeps commented on GitHub (Mar 3, 2025):

@NghiaTranUIT
hello! can this feature also be provided for Windows?

<!-- gh-comment-id:2694473444 --> @juliasleeps commented on GitHub (Mar 3, 2025): @NghiaTranUIT hello! can this feature also be provided for Windows?
Author
Owner

@NghiaTranUIT commented on GitHub (Mar 3, 2025):

sure, I will open this ticket on Windows 👍

<!-- gh-comment-id:2694519536 --> @NghiaTranUIT commented on GitHub (Mar 3, 2025): sure, I will open this ticket on Windows 👍
Author
Owner

@NghiaTranUIT commented on GitHub (Mar 3, 2025):

@juliasleeps this feature is available on Windows.

Image

<!-- gh-comment-id:2694525022 --> @NghiaTranUIT commented on GitHub (Mar 3, 2025): @juliasleeps this feature is available on Windows. ![Image](https://github.com/user-attachments/assets/bb5f284b-9bf0-412e-af3f-8bbbfa0bd2d6)
Author
Owner

@juliasleeps commented on GitHub (Mar 3, 2025):

@NghiaTranUIT
i set it but do not see tree view

Image
<!-- gh-comment-id:2694711429 --> @juliasleeps commented on GitHub (Mar 3, 2025): @NghiaTranUIT i set it but do not see tree view <img width="1529" alt="Image" src="https://github.com/user-attachments/assets/d740d8ad-690f-48b7-832f-28f5313da817" />
Author
Owner

@NghiaTranUIT commented on GitHub (Mar 3, 2025):

thanks, I see, for some reason, it doesn't prettify your XML. Let's me fix it

<!-- gh-comment-id:2694714344 --> @NghiaTranUIT commented on GitHub (Mar 3, 2025): thanks, I see, for some reason, it doesn't prettify your XML. Let's me fix it
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#420
No description provided.