Skip to content

Instantly share code, notes, and snippets.

@scottjbarr
Created December 5, 2011 04:08
Show Gist options
  • Select an option

  • Save scottjbarr/1432258 to your computer and use it in GitHub Desktop.

Select an option

Save scottjbarr/1432258 to your computer and use it in GitHub Desktop.
Why I love XML
<?xml version="1.0"?>
<soap:Envelope
xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">
<soap:Body xmlns:m="http://www.example.org/ilovexml">
<m:ILoveXml>
<m:Comment>Exactly</m:Comment>
</m:ILoveXml>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment