Created
May 28, 2010 04:11
-
-
Save legastero/416741 to your computer and use it in GitHub Desktop.
A sample stanza for demonstrating creating stanza objects.
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
| <iq type="set"> | |
| <task id="123" xmlns="example:task"> | |
| <command>python script.py</command> | |
| <cleanup>rm temp.txt</cleanup> | |
| <param> | |
| <name>foo</name> | |
| <value>fizz</value> | |
| </param> | |
| <param> | |
| <name>bar</name> | |
| <value>buzz</value> | |
| </param> | |
| </task> | |
| </iq> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment