mjrgit / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Processing instruction not displayed properly. #186

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Do a GET that returns a document which contains a xml declaration and a 
processing instruction on top like, e.g.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="/eas.xsl"?>
<invoice>
......
</invoice>

In the Response/XML the 'xml-stylesheet' of the processing instruction is 
replaced by 'xml':
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<?xml type="text/xsl" href="/eas.xsl" ?>
<invoice>
......
</invoice>

In the Response/Raw everything is correct.

Operating system, browser: Windows 7, Chrome

Original issue reported on code.google.com by senec...@web.de on 20 Jun 2013 at 10:41

GoogleCodeExporter commented 8 years ago
Thanks for issue report. 
I will look into it very soon.

Original comment by jarro...@gmail.com on 23 Jun 2013 at 10:35