tvheadend/vendor/ext-3.4.1/examples/form/xml-form.xml
Adam Sutton bafcfff42d webui: restructure webui/extjs source files
I want to keep the 3rd-party packages away from the main source
where possible.
2013-06-03 17:11:01 +01:00

13 lines
No EOL
289 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<message success="true">
<contact>
<name>
<first>Jack</first>
<last>Slocum</last>
</name>
<company>Ext JS</company>
<email>support@extjs.com</email>
<state>OH</state>
<dob>04/15/2007</dob>
</contact>
</message>