hzl512 / poster-extension

Automatically exported from code.google.com/p/poster-extension
0 stars 0 forks source link

Feature: Auto format xml response #76

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Send a request to a random url 
2. Response is returned as unformatted xml

What is the expected output? What do you see instead?
Data should be formattted on retrieval.
Expected: 
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <innerElement>bla</innerElement>
  <innerElement>
    <anotherElement>bla</anotherElement>
  </innerElement>
</root>

Instead:
<?xml version="1.0" 
encoding="UTF-8"?><root><innerElement>bla</innerElement><innerElement><anotherEl
ement>bla</anotherElement></innerElement></root>

What version of the product are you using? On what operating system?
3.1.0 , FF 4.0 , XP Pro

Please provide any additional information below.
1. This is a feature that now always runs, probably this should be a option or 
checked for the response content type
2. Extra option could be to enlarge the response screen so that the response is 
better readable

Original issue reported on code.google.com by wg.van.d...@gmail.com on 22 Aug 2011 at 9:37

Attachments:

GoogleCodeExporter commented 8 years ago
Sorry, added it as defect instead of Enhancement

Original comment by wg.van.d...@gmail.com on 22 Aug 2011 at 9:38