Created
December 5, 2011 04:08
-
-
Save scottjbarr/1432258 to your computer and use it in GitHub Desktop.
Why I love XML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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