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 becker.g...@gmail.com on 20 Jun 2013 at 10:41
Original issue reported on code.google.com by
becker.g...@gmail.com
on 20 Jun 2013 at 10:41