Skip to content

Instantly share code, notes, and snippets.

@Oshuma
Created October 28, 2015 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Oshuma/cdcbb8c7b05138f4b33e to your computer and use it in GitHub Desktop.
Save Oshuma/cdcbb8c7b05138f4b33e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://webservices.theshootingwarehouse.com/smart/Orders.asmx">&lt;NewDataSet&gt;
&lt;Table&gt;
&lt;ORDNO&gt;2378426&lt;/ORDNO&gt;
&lt;ORCUST&gt;99994&lt;/ORCUST&gt;
&lt;ORPO&gt;123&lt;/ORPO&gt;
&lt;ORCONO&gt;123&lt;/ORCONO&gt;
&lt;ORDATE&gt;151027&lt;/ORDATE&gt;
&lt;MSG&gt;This is a test order.&lt;/MSG&gt;
&lt;ORAIR /&gt;
&lt;ORSRC&gt;30935&lt;/ORSRC&gt;
&lt;STATUS&gt;D&lt;/STATUS&gt;
&lt;/Table&gt;
&lt;/NewDataSet&gt;</string>
@Oshuma
Copy link
Author

Oshuma commented Oct 28, 2015

Why are some of the tags being escaped?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment