source: trunk/web/addons/job_monarch/lib/extjs-30/examples/form/xml-form.xml @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 289 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<message success="true">
3<contact>
4    <name>
5        <first>Jack</first>
6        <last>Slocum</last>
7    </name>
8    <company>Ext JS</company>
9    <email>support@extjs.com</email>
10    <state>OH</state>
11    <dob>04/15/2007</dob>
12</contact>
13</message>
Note: See TracBrowser for help on using the repository browser.