SKGREENWOOD
13 years agoNew Contributor
[Resolved] Datasink files contain double double quotes
I am using Datasink to capture Request and Response XML to an xml file (separate file for each Test Step and not appending).
The double quotes have all been doubled up, rendering the file unsuitable for opening in XML-Spy or Internet Explorer etc.
I have cleared the "Quotes" option box. This has had the effect of removing the enclosing set of double quotes round the complete file but has not got rid the doubled up double quotes e.g. Datasink file contains
<Response ResponseCode=""OK"">
The raw response xml correctly contains:
<Response ResponseCode="OK">
The double quotes have all been doubled up, rendering the file unsuitable for opening in XML-Spy or Internet Explorer etc.
I have cleared the "Quotes" option box. This has had the effect of removing the enclosing set of double quotes round the complete file but has not got rid the doubled up double quotes e.g. Datasink file contains
<Response ResponseCode=""OK"">
The raw response xml correctly contains:
<Response ResponseCode="OK">